Draws the angle text of the protractor object.
public virtual void DrawAngleText(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.AnnLabel label,
Leadtools.Annotations.Core.AnnFixedStateOperations operations
)
Public Overridable Sub DrawAngleText( _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _
ByVal label As Leadtools.Annotations.Core.AnnLabel, _
ByVal operations As Leadtools.Annotations.Core.AnnFixedStateOperations _
)
public virtual void DrawAngleText(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.AnnLabel label,
Leadtools.Annotations.Core.AnnFixedStateOperations operations
)
function Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer.DrawAngleText(
mapper ,
label ,
operations
)
mapper
The mapper to use for rendering.
label
The text label to draw.
operations
The fixed state of the owner object.
This method is called by the renderer to draw the angle text of the protractor object. Derived classes can override this method to provide their own implementation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET