Click or drag to resize
CMVIEWEllipse Method
Draw an ellipse

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Ellipse(
	double x,
	double y,
	double radius,
	double ratio,
	double angle
)

Parameters

x
Type: SystemDouble
Center x
y
Type: SystemDouble
Center y
radius
Type: SystemDouble
Radius
ratio
Type: SystemDouble
Ratio x/y
angle
Type: SystemDouble
Angle
See Also