Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Layer Class / CreateClipRegion Property

In This Topic
    CreateClipRegion Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property CreateClipRegion As System.Func(Of GcGraphics,Layer,IClipRegion)
    public System.Func<GcGraphics,Layer,IClipRegion> CreateClipRegion {get; set;}
    See Also