DioDocs for PDF
CombineWithPath(GraphicsPath,RegionCombineMode,Matrix3x2) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > Region クラス > CombineWithPath メソッド : CombineWithPath(GraphicsPath,RegionCombineMode,Matrix3x2) メソッド
The GraphicsPath to combine with this region.
The type of combine operation to perform.
The transform to apply to inputPath before combining.
Combines this region with a GraphicsPath.
シンタックス
'宣言
 
Public Overloads Function CombineWithPath( _
   ByVal inputPath As GraphicsPath, _
   ByVal combineMode As RegionCombineMode, _
   ByVal inputPathTransform As System.Numerics.Matrix3x2 _
) As Region
public Region CombineWithPath( 
   GraphicsPath inputPath,
   RegionCombineMode combineMode,
   System.Numerics.Matrix3x2 inputPathTransform
)

パラメータ

inputPath
The GraphicsPath to combine with this region.
combineMode
The type of combine operation to perform.
inputPathTransform
The transform to apply to inputPath before combining.

戻り値の型

The actual region that is being combined with this instance.
参照

Region クラス
Region メンバ
オーバーロード一覧