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





Called when visiting Ellipse operators.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public abstract void Ellipse (
    double cpx,
    double cpy,
    double ax,
    double ay,
    double bx,
    double by
)

Visual Basic  Copy Code

Public MustOverride Sub Ellipse( _
    cpx As Double, _
    cpy As Double, _
    ax As Double, _
    ay As Double, _
    bx As Double, _
    by As Double _
)

 Parameters

cpx

The x-coordinate of the ellipse's center.

cpy

The y-coordinate of the ellipse's center.

ax

The x-coordinate of the first incident point.

ay

The y-coordinate of the first incident point.

bx

The x-coordinate of the second incident point.

by

The y-coordinate of the second incident point.

 See Also

GeometryVisitor Members
GeometryVisitor Class
MindFusion.Vsx Namespace