Spread WinForms 15
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)

Parameters

drawingObject
rect
See Also