public virtual Rectangle GetDisplayRectangle( DrawingObject drawingObject, Rectangle paintingRectangle, bool applyRightToLeft )
'Declaration Public Overloads Overridable Function GetDisplayRectangle( _ ByVal drawingObject As DrawingObject, _ ByVal paintingRectangle As Rectangle, _ Optional ByVal applyRightToLeft As Boolean _ ) As Rectangle
'Declaration
Public Overloads Overridable Function GetDisplayRectangle( _ ByVal drawingObject As DrawingObject, _ ByVal paintingRectangle As Rectangle, _ Optional ByVal applyRightToLeft As Boolean _ ) As Rectangle
'Usage Dim instance As WorksheetDrawing Dim drawingObject As DrawingObject Dim paintingRectangle As Rectangle Dim applyRightToLeft As Boolean Dim value As Rectangle value = instance.GetDisplayRectangle(drawingObject, paintingRectangle, applyRightToLeft)
'Usage
Dim instance As WorksheetDrawing Dim drawingObject As DrawingObject Dim paintingRectangle As Rectangle Dim applyRightToLeft As Boolean Dim value As Rectangle value = instance.GetDisplayRectangle(drawingObject, paintingRectangle, applyRightToLeft)
WorksheetDrawing Class WorksheetDrawing Members Overload List