'Declaration Sub DrawVisualShape( _ ByVal visualShape As IVisualShape, _ ByVal rect As Rectangle _ )
'Usage Dim instance As IDrawingContext Dim visualShape As IVisualShape Dim rect As Rectangle instance.DrawVisualShape(visualShape, rect)
void DrawVisualShape( IVisualShape visualShape, Rectangle rect )
Parameters
- visualShape
- The geometry shape.
- rect