EllipseToMetafileCommandCreateArc Method |
Creates an arc from the ellipse.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic override ArcToMetafileCommand CreateArc(
int startIdx = -1,
int numOfPoints = 0,
double delta = 100
)
Parameters
- startIdx Int32 (Optional)
- This value is ignored in this class.
- numOfPoints Int32 (Optional)
- This value is ignored in this class.
- delta Double (Optional)
- This value is ignored in this class.
Return Value
ArcToMetafileCommand[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.EllipseToMetafileCommand.CreateArc(System.Int32,System.Int32,System.Double)"]
See Also