Spread WinForms 15
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
See Also