CommandListAppendEllipseAbs(Point2D, Double, Double, Double) Method |
Marks an elliptical arc from the current position, described by the given parameters and absolute center-point coordinates.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void AppendEllipseAbs(
Point2D point,
double sweep,
double rotation,
double ratio
)
Parameters
- point Point2D
- The absolute coordinates of the center-point.
- sweep Double
- The parametric ellipse generator value.
- rotation Double
- The rotation angle of the elliptical arc's x-axis (major) relative to the x-axis of the coordinate system (rad).
- ratio Double
- The ratio of the elliptical arc's y-axis (minor) to its x-axis (major).
Remarks Example
Please refer to
9.1.3 Ellipses for examples using this, and similar, methods.
See Also