public Rectangle GetRectangle( ref AnchorPoint startAnchorPoint, ref AnchorPoint endAnchorPoint, ref AnchorPoint anchorPoint, double scaleX, double scaleY )
'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
'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)
'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)
WorksheetDrawing Class WorksheetDrawing Members Overload List