C#
VB
WinRT C#
Overrides RenderShape
protected override void RenderShape(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.AnnTextReviewObject annTextReviewObject,
Graphics context,
Leadtools.LeadRectD rect
)
Protected Overrides Sub RenderShape( _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _
ByVal annTextReviewObject As Leadtools.Annotations.Core.AnnTextReviewObject, _
ByVal context As Graphics, _
ByVal rect As Leadtools.LeadRectD _
)
protected override void RenderShape(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.AnnTextReviewObject annTextReviewObject,
Graphics context,
Leadtools.LeadRectD rect
)
function Leadtools.Annotations.Rendering.AnnD2DTextStrikeoutObjectRenderer.RenderShape(
mapper ,
annTextReviewObject ,
context ,
rect
)
mapper
The mapper object to use for converting coordinates. Must not be null.
annTextReviewObject
The object to render. Must not be null.
context
The graphics context to use when rendering the object.
rect
Rectangle area to render this shape.
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