DioDocs for PDF
CreateClipRegion プロパティ

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout.Composition 名前空間 > Layer クラス : CreateClipRegion プロパティ
Gets or sets a delegate that creates a clipping region (GrapeCity.Documents.Drawing.IClipRegion) taking GrapeCity.Documents.Drawing.GcGraphics and Layer as parameters.

The transformation matrix of the clipping region is defined by the ClipRect.Transform property. If the ClipRect property is not assigned, the transformation matrix of the owner View is used.

シンタックス
'宣言
 
Public Property CreateClipRegion As System.Func(Of GcGraphics,Layer,IClipRegion)
public System.Func<GcGraphics,Layer,IClipRegion> CreateClipRegion {get; set;}
参照

Layer クラス
Layer メンバ