'Declaration
Public Overloads Function GetRectangle( _ ByVal drawingObject As DrawingObject, _ Optional ByVal getPaintingRect As Boolean _ ) As Rectangle
'Usage
Dim instance As WorksheetDrawing Dim drawingObject As DrawingObject Dim getPaintingRect As Boolean Dim value As Rectangle value = instance.GetRectangle(drawingObject, getPaintingRect)
public Rectangle GetRectangle( DrawingObject drawingObject, bool getPaintingRect )
Parameters
- drawingObject
- The drawing object.
- getPaintingRect
Return Value
A GrapeCity.Drawing.Rectangle value represents the painting rectangle of the drawing object.