CalculateRect(WindowsGraphics,DrawingObject,Rectangle,Boolean,Boolean) Method
In This Topic
Calculates the client rectangle of a child shape inside the specified rectangle.
Syntax
'Declaration
Public Overloads Function CalculateRect( _
ByVal As WindowsGraphics, _
ByVal As DrawingObject, _
ByVal As Rectangle, _
ByVal As Boolean, _
Optional ByVal As Boolean _
) As Rectangle
'Usage
Dim instance As Shape
Dim graphics As WindowsGraphics
Dim childDrawingObj As DrawingObject
Dim rect As Rectangle
Dim skipFlip As Boolean
Dim skipRotate As Boolean
Dim value As Rectangle
value = instance.CalculateRect(graphics, childDrawingObj, rect, skipFlip, skipRotate)
public Rectangle CalculateRect(
WindowsGraphics ,
DrawingObject ,
Rectangle ,
bool ,
bool
)
Parameters
- graphics
- childDrawingObj
- rect
- skipFlip
- skipRotate
See Also