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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > Region クラス > CombineWithPath メソッド : CombineWithPath(GraphicsPath,RegionCombineMode,Boolean) メソッド
The GraphicsPath to combine with this region.
The type of combine operation to perform.
Indicates if the input region should be cloned before combining.
Combines this region with a GraphicsPath.
シンタックス
'宣言
 
Public Overloads Function CombineWithPath( _
   ByVal inputPath As GraphicsPath, _
   ByVal combineMode As RegionCombineMode, _
   Optional ByVal cloneInputPath As System.Boolean _
) As Region
public Region CombineWithPath( 
   GraphicsPath inputPath,
   RegionCombineMode combineMode,
   System.bool cloneInputPath
)

パラメータ

inputPath
The GraphicsPath to combine with this region.
combineMode
The type of combine operation to perform.
cloneInputPath
Indicates if the input region should be cloned before combining.

戻り値の型

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

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