Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / CorrectDrawingObjectRectangle Method


In This Topic
    CorrectDrawingObjectRectangle Method
    In This Topic
    Correcting the drawingObject's rectangle to the degree of zero.
    Syntax
    'Declaration
     
    
    Public Sub CorrectDrawingObjectRectangle( _
       ByVal drawingObject As DrawingObject, _
       ByRef rect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim drawingObject As DrawingObject
    Dim rect As Rectangle
     
    instance.CorrectDrawingObjectRectangle(drawingObject, rect)
    public void CorrectDrawingObjectRectangle( 
       DrawingObject drawingObject,
       ref Rectangle rect
    )

    Parameters

    drawingObject
    rect
    See Also