C

MasterShapes

A class that provides factory methods for creating master Shapes of all types.

Members

Show:

Properties

Methods

Creates a new foreign Shape, i.e, a Shape of type 'Foreign'.

Parameters

fillStyle?: VsdxStyleSheet
lineStyle?: VsdxStyleSheet
textStyle?: VsdxStyleSheet

Return Value

Creates a new foreign Shape, i.e, a Shape of type 'Foreign'.

Parameters

fillStyle?: VsdxStyleSheet

The fillStyle to apply to this shape.

lineStyle?: VsdxStyleSheet

The lineStyle to apply to this shape.

textStyle?: VsdxStyleSheet

The textStyle to apply to this shape.

Return Value

Creates a new group Shape, i.e, a Shape of type 'Group'.

Parameters

fillStyle?: VsdxStyleSheet
lineStyle?: VsdxStyleSheet
textStyle?: VsdxStyleSheet

Return Value

Creates a new group Shape, i.e, a Shape of type 'Group'.

Parameters

fillStyle?: VsdxStyleSheet

The fillStyle to apply to this shape.

lineStyle?: VsdxStyleSheet

The lineStyle to apply to this shape.

textStyle?: VsdxStyleSheet

The textStyle to apply to this shape.

Return Value

Creates a new Shape.

Parameters

fillStyle?: VsdxStyleSheet
lineStyle?: VsdxStyleSheet
textStyle?: VsdxStyleSheet

Return Value

Creates a new Shape.

Parameters

fillStyle?: VsdxStyleSheet

The fillStyle to apply to this shape.

lineStyle?: VsdxStyleSheet

The lineStyle to apply to this shape.

textStyle?: VsdxStyleSheet

The textStyle to apply to this shape.

Return Value

Returns the item at the given index.

Parameters

Return Value

Parameters

comparator?: any