GeometryHandlerOnEndText Method |
Describes completion of text
Namespace:
Atalasoft.Imaging.Codec.CadCam
Assembly:
Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntaxpublic 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