Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / Clip Property


In This Topic
    Clip Property (IDrawingContext)
    In This Topic
    Gets or sets a rectangle that limits the drawing region of this drawing context.
    Syntax
    'Declaration
     
    
    Property Clip As Rectangle
    'Usage
     
    
    Dim instance As IDrawingContext
    Dim value As Rectangle
     
    instance.Clip = value
     
    value = instance.Clip
    Rectangle Clip {get; set;}
    See Also