MindFusion.Wpf Pack Programmer's Guide
GeometryVisitor.EllipticalArcTo Method
See Also
 





Called when visiting EllipticalArcTo operators.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public abstract void EllipticalArcTo (
    double cpx,
    double cpy,
    double x,
    double y,
    double angle,
    double ratio
)

Visual Basic  Copy Code

Public MustOverride Sub EllipticalArcTo( _
    cpx As Double, _
    cpy As Double, _
    x As Double, _
    y As Double, _
    angle As Double, _
    ratio As Double _
)

 Parameters

cpx

The x-coordinate of the arc's center.

cpy

The y-coordinate of the arc's center.

x

The x-coordinate of the arc's end point.

y

The y-coordinate of the arc's end point.

angle

The rotation angle of the arc, relative to the x-axis.

ratio

The axes ratio of the arc's ellipse.

 See Also

GeometryVisitor Members
GeometryVisitor Class
MindFusion.Vsx Namespace