Click or drag to resize

EllipseToMetafileCommandCreateArc Method

Creates an arc from the ellipse.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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