GeometryHandlerOnEndText Method |
Describes completion of text
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 OnEndText(
int shapeId
)
Public Overridable Sub OnEndText (
shapeId As Integer
)
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