DioDocs for PDF
CreateClipRegion(IPath) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > CreateClipRegion メソッド : CreateClipRegion(IPath) メソッド
The path to create the clip region from.
Creates a clip region from a graphics path.

Use PushClip(IClipRegion) and PopClip to set/remove clipping.

シンタックス
'宣言
 
Public Overloads Function CreateClipRegion( _
   ByVal graphicsPath As IPath _
) As IClipRegion
public IClipRegion CreateClipRegion( 
   IPath graphicsPath
)

パラメータ

graphicsPath
The path to create the clip region from.

戻り値の型

The created clip region.
参照

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