Click or drag to resize

CMVIEWEllipse Method

Draw an ellipse

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

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