Search
BezierTemplate Members
Constructors Properties Methods
 


Represents a Bézier curve in a shape definition.

The following tables list the members exposed by the BezierTemplate type.

 Public Constructors

  Name Description

BezierTemplate

Overloaded. Initializes a new instance of the BezierTemplate class.

 Public Properties

  Name Description

Color

Gets or sets the outline color of this element. (Inherited from ElementTemplate.)

Coordinates

Gets an array containing the coordinates of the points defining the Bézier curve represented by this element.

DashStyle

Gets or sets the dash style of the outline of this element. (Inherited from ElementTemplate.)

Width

Gets or sets the outline width of this element. (Inherited from ElementTemplate.)

 Public Methods

  Name Description

Clone

Creates an exact copy of this BezierTemplate element.

SameAs

ElementTemplate.SameAs override.

 Protected Methods

  Name Description

GetElementPen

Gets a pen used to render the element. If no pen properties are explicitly specified for this element, returns the pen passed as an argument. (Inherited from ElementTemplate.)

 See Also