'宣言 Public Property CreateClipRegion As System.Func(Of GcGraphics,Layer,IClipRegion)
public System.Func<GcGraphics,Layer,IClipRegion> CreateClipRegion {get; set;}
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;}