GraphicsPath::GraphicsPath(FillMode) メソッド (gdipluspath.h)
GraphicsPath::GraphicsPath オブジェクトを作成し、塗りつぶしモードを初期化します。 これは既定のコンストラクターです。
構文
void GraphicsPath(
[in] FillMode fillMode
);
パラメーター
[in] fillMode
種類: FillMode
省略可能。 パスがそれ自体と交差する場合の領域の塗りつぶし方法を指定する FillMode 列挙体の要素。 既定値は FillModeAlternate
です。
戻り値
なし
必要条件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdipluspath.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |