'Declaration Function CreateVisualShape( _ ByVal shape As IShape, _ ByVal paintSize As Size _ ) As IVisualShape
'Usage Dim instance As IDrawingContext Dim shape As IShape Dim paintSize As Size Dim value As IVisualShape value = instance.CreateVisualShape(shape, paintSize)
Parameters
- shape
- The associated shape.
- paintSize
- The Size that shape will be painted.