[]
        
(Showing Draft Content)

GrapeCity.Drawing.IDrawingContext.CreateVisualShape

CreateVisualShape Method

CreateVisualShape(IShape, Size)

Prepare the visual element.

Declaration
IVisualShape CreateVisualShape(IShape shape, Size paintSize)
Function CreateVisualShape(shape As IShape, paintSize As Size) As IVisualShape
Parameters
Type Name Description
IShape shape

The associated shape.

Size paintSize

The Size that shape will be painted.

Returns
Type Description
IVisualShape

The visual element.