Telogis.GeoBase.Canvas.Shapes.Ellipse |
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.
Name | Description |
---|---|
Ellipse(canvas) | Arguments
|
Name | Type | Description |
---|---|---|
center | Point | Either the pixel coordinates of the ellipse's center, relative to the upper-left corner of the canvas area, or a LatLon. |
radiusX | Number | The length, in pixels, of half of the horizontal axis of the ellipse (essentially, a measure of horizontal "radius"). |
radiusY | Number | The length, in pixels, of half of the vertical axis of the ellipse (essentially, a measure of vertical "radius"). |