Ellipse Method (Viewport Object)

Scope: Schematic editor

Object: Viewport Object

Prerequisites: None

Draws an ellipse centered at X,Y with radii XRadius, YRadius.

Usage

Viewport.Ellipse(ByVal X As Long, ByVal Y As Long, ByVal XRadius As Long, ByVal YRadius As Long)

Arguments

X

X coordinate of the ellipse center.

Y

Y coordinate of the ellipse center.

XRadius

Radius of the ellipse along the X axis.

YRadius

Radius of the ellipse along the Y axis.