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

In This Topic
    ClipRect Property (Layer)
    In This Topic
    Gets or sets a GrapeCity.Documents.Layout.LayoutRect that affects the transformation matrix when clipping this Layer.

    If the CreateClipRegion delegate is not assigned, the ClipRect rectangle is also used as a clipping region.

    Syntax
    'Declaration
     
    Public Property ClipRect As LayoutRect
    public LayoutRect ClipRect {get; set;}
    See Also