C#
VB
Java
WinRT C#
C++
Draw the thumb shape.
Protected MustOverride Sub AddPath( _
ByVal path As GraphicsPath, _
ByVal rect As Leadtools.LeadRectD _
)
protected abstract void AddPath(
GraphicsPath path,
Leadtools.LeadRectD rect
)
function Leadtools.Annotations.Rendering.AnnThumbStyle.AddPath(
path ,
rect
)
path
Destination path.
rect
Bounding rectangle in physical coordinates.
This method must be implemented by the derived classes to draw the thumb shape. For more information, refer to Render.
Note in WinRT, path is of type Windows.UI.Xaml.Shapes.Path.
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