このトピックでは、 GraphicsPath クラスのコンストラクターの一覧を示します。 クラスの完全な一覧については、「 GraphicsPath クラス」を参照してください。
オーバーロードの一覧
| コンストラクター | 説明 |
|---|---|
| GraphicsPath(FillMode) | GraphicsPath::GraphicsPath オブジェクトを作成し、塗りつぶしモードを初期化します。 これは既定のコンストラクターです。 |
| GraphicsPath(Point*,BYTE*,INT,FillMode) | ポイントの配列、型の配列、塗りつぶしモードに基づいて GraphicsPath::GraphicsPath オブジェクトを作成します。 |
| GraphicsPath(PointF*,BYTE*,INT,FillMode) | ポイントの配列、型の配列、塗りつぶしモードに基づいて GraphicsPath::GraphicsPath オブジェクトを作成します。 |
構文
void GraphicsPath(
const GraphicsPath & path
);
パラメーター
path
戻り値
なし
必要条件
| 要件 | 値 |
|---|---|
| 対象プラットフォーム | Windows |
| ヘッダー | gdipluspath.h |