DioDocs for PDF
CombineWithRegion(Region,RegionCombineMode,Boolean) メソッド

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

パラメータ

inputRegion
The region to combine with this instance.
combineMode
The type of combine operation to perform.
cloneInputRegion
Indicates if the input region should be cloned before combining.

戻り値の型

A copy of the input region that is being combined with this instance.
参照

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