'Declaration
Public Overloads Function GetRectangle( _ ByRef startAnchorPoint As AnchorPoint, _ ByRef endAnchorPoint As AnchorPoint, _ ByRef anchorPoint As AnchorPoint, _ Optional ByVal scaleX As Double, _ Optional ByVal scaleY As Double _ ) As Rectangle
'Usage
Dim instance As WorksheetDrawing Dim startAnchorPoint As AnchorPoint Dim endAnchorPoint As AnchorPoint Dim anchorPoint As AnchorPoint Dim scaleX As Double Dim scaleY As Double Dim value As Rectangle value = instance.GetRectangle(startAnchorPoint, endAnchorPoint, anchorPoint, scaleX, scaleY)
public Rectangle GetRectangle( ref AnchorPoint startAnchorPoint, ref AnchorPoint endAnchorPoint, ref AnchorPoint anchorPoint, double scaleX, double scaleY )
Parameters
- startAnchorPoint
- endAnchorPoint
- anchorPoint
- scaleX
- scaleY
Return Value
A GrapeCity.Drawing.Rectangle value represents the painting rectangle of the drawing object.