Click or drag to resize

GeometryHandlerOnEndEllipticalArc Method

Describes completion of an elliptical arc

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual void OnEndEllipticalArc(
	int shapeId
)

Parameters

shapeId
Type: SystemInt32
A unique identifier for this shape. At the time when OnEnd... is called, the was a prior call to OnBegin... with a matching shape identifier.
See Also