[]
Gets or sets a delegate that creates a clipping region (IClipRegion) taking 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 Func<GcGraphics, Layer, IClipRegion> CreateClipRegion { get; set; }
Public Property CreateClipRegion As Func(Of GcGraphics, Layer, IClipRegion)