Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingCacheable Interface / GetPaintingBounds Method


In This Topic
GetPaintingBounds Method
In This Topic
Get the painting boundary of the shape
Syntax
'Declaration
 
Function GetPaintingBounds() As Rectangle
 
'Usage
 
Dim instance As IDrawingCacheable
Dim value As Rectangle
 
value = instance.GetPaintingBounds()
See Also