MindFusion.Wpf Pack Programmer's Guide
ArcTemplate Constructor (Double, Double, Double, Double, Double, Double, Color, DashStyle, Double)
See Also
 





Initializes a new istance of the ArcTemplate class with the specified coordinates and visualization settings.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ArcTemplate (
    double x,
    double y,
    double w,
    double h,
    double a,
    double s,
    Color color,
    DashStyle dashStyle,
    double width
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double, _
    w As Double, _
    h As Double, _
    a As Double, _
    s As Double, _
    color As Color, _
    dashStyle As DashStyle, _
    width As Double _
)

 Parameters

x

The x-coordinate of the upper left corner of the ellipse's bounding rectangle.

y

The y-coordinate of the upper left corner of the ellipse's bounding rectangle.

w

The width of the ellipse's bounding rectangle.

h

The height of the ellipse's bounding rectangle.

a

The clockwise angle, in degrees, between the horizontal axis of the ellipse and the starting point of the arc.

s

The clockwise angle, in degrees, between the starting point and the ending point of the arc.

color

The color of this segment.

dashStyle

The dash style of this segment.

width

The width of this segment.

 Remarks

An arc template is defined by an ellipse and starting and sweeping angles.

 See Also

ArcTemplate Constructor Overload List
ArcTemplate Class
MindFusion.Diagramming.Wpf Namespace