'Declaration
Public Overridable Function CalculateRect( _ ByVal graphics As WindowsGraphics, _ ByVal childDrawingObj As DrawingObject, _ ByVal rect As Rectangle, _ Optional ByVal zoomFactor As Double _ ) As Rectangle
'Usage
Dim instance As DrawingObject Dim graphics As WindowsGraphics Dim childDrawingObj As DrawingObject Dim rect As Rectangle Dim zoomFactor As Double Dim value As Rectangle value = instance.CalculateRect(graphics, childDrawingObj, rect, zoomFactor)
public virtual Rectangle CalculateRect( WindowsGraphics graphics, DrawingObject childDrawingObj, Rectangle rect, double zoomFactor )
Parameters
- graphics
- childDrawingObj
- rect
- zoomFactor