GraphicsPath.GraphicsPath
GraphicsPath()
の新しいインスタンスを初期化しますGraphicsPath
class.
public GraphicsPath()
関連項目
- class GraphicsPath
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
GraphicsPath(Figure[])
の新しいインスタンスを初期化しますGraphicsPath
class.
public GraphicsPath(Figure[] figures)
パラメータ | タイプ | 説明 |
---|---|---|
figures | Figure[] | 初期化する数値。 |
関連項目
- class Figure
- class GraphicsPath
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
GraphicsPath(Figure[], FillMode)
の新しいインスタンスを初期化しますGraphicsPath
class.
public GraphicsPath(Figure[] figures, FillMode fillMode)
パラメータ | タイプ | 説明 |
---|---|---|
figures | Figure[] | 初期化する数値。 |
fillMode | FillMode | 塗りつぶしモード。 |
関連項目
- class Figure
- enum FillMode
- class GraphicsPath
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
GraphicsPath(FillMode)
の新しいインスタンスを初期化しますGraphicsPath
class.
public GraphicsPath(FillMode fillMode)
パラメータ | タイプ | 説明 |
---|---|---|
fillMode | FillMode | 塗りつぶしモード。 |
関連項目
- enum FillMode
- class GraphicsPath
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD