VmlShapeGuide

VmlShapeGuide class

just for vml Encapsulates a shape guide specifies the presence of a shape guide that will be used to govern the geometry of the specified shape

class VmlShapeGuide extends BaseShapeGuide;

Constructors

NameDescription
constructor(BaseShapeGuide)Constructs from a parent object convertible to this.

Methods

MethodDescription
isNull()Checks whether the implementation object is null.

constructor(BaseShapeGuide)

Constructs from a parent object convertible to this.

constructor(obj: BaseShapeGuide);

Parameters:

ParameterTypeDescription
objBaseShapeGuideThe parent object.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;