MindFusion.Wpf Pack Programmer's Guide
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

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

Coordinates

Gets a double array containing the coordinates of the points defining the bezier 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.

GetStartPoint

Get the element's start point. (Inherited from ElementTemplate.)

SameAs

ElementTemplate.SameAs override.

UpdatePath

ElementTemplate.UpdatePath override. Appends the outline represented by the current element to the specified path.

 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

BezierTemplate Class
MindFusion.Diagramming.Wpf Namespace