Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / ClipRect Property

In This Topic
    ClipRect Property (BitmapRenderer)
    In This Topic
    Gets or sets a rectangle, in pixels, to which all subsequent drawing operations are clipped.
    Syntax
    'Declaration
     
    Public Property ClipRect As System.Nullable(Of Rectangle)
    public System.Nullable<Rectangle> ClipRect {get; set;}
    See Also