Click or drag to resize

Telogis.GeoBase.Canvas.Shapes.Ellipse

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Ellipse Class

Ellipse inherits from Canvas.Shapes.AbstractShape.

Represents an ellipse of standard (horizontal) orientation, as displayed in a Canvas renderer. This should not be constructed explicitly, but rather generated as the result of a call to Canvas.ellipse or Canvas.circle.

Constructor
NameDescription
Ellipse(canvas)

Arguments

Properties
NameTypeDescription
centerPoint

Either the pixel coordinates of the ellipse's center, relative to the upper-left corner of the canvas area, or a LatLon.

radiusXNumber

The length, in pixels, of half of the horizontal axis of the ellipse (essentially, a measure of horizontal "radius").

radiusYNumber

The length, in pixels, of half of the vertical axis of the ellipse (essentially, a measure of vertical "radius").