Click or drag to resize

BaseMetafileCommandCreateEllipse Method

Tries to approximate the command by an elliptical arc. Available only for arcs yet, creating an ellipse with both semi axes having the length of the arc's radius.

Return Value

EllipseToMetafileCommand
The calculated elliptical arc.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual EllipseToMetafileCommand CreateEllipse()

Return Value

EllipseToMetafileCommand

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand.CreateEllipse"]

See Also