Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / RefinePaintingRectangle Method
The Shape.
The painting rectangle of the shape.


In This Topic
    RefinePaintingRectangle Method
    In This Topic
    refine the painting rectangle.
    Syntax
    'Declaration
     
    
    Public Sub RefinePaintingRectangle( _
       ByVal shape As Shape, _
       ByRef rect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim shape As Shape
    Dim rect As Rectangle
     
    instance.RefinePaintingRectangle(shape, rect)
    public void RefinePaintingRectangle( 
       Shape shape,
       ref Rectangle rect
    )

    Parameters

    shape
    The Shape.
    rect
    The painting rectangle of the shape.
    See Also