Spread Windows Forms 17
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()
    Rectangle GetPaintingBounds()
    See Also