コード例 #1
0
ファイル: GDI.cs プロジェクト: SameerOmar/InkMon
 public static extern int ExtCreatePen(int dwPenStyle, int dwWidth, ref LOGBRUSH lplb, int dwStyleCount,
     ref int lpStyle);
コード例 #2
0
ファイル: GDI.cs プロジェクト: SameerOmar/InkMon
 public static extern int CreateBrushIndirect(ref LOGBRUSH lpLogBrush);