C#
VB
WinRT C#
Draws the thumb shape.
protected override void AddPath(
GraphicsPath path,
Leadtools.LeadRectD rect
)
Protected Overrides Sub AddPath( _
ByVal path As GraphicsPath, _
ByVal rect As Leadtools.LeadRectD _
)
protected override void AddPath(
GraphicsPath path,
Leadtools.LeadRectD rect
)
function Leadtools.Annotations.Rendering.AnnD2DRectangleThumbStyle.AddPath(
path ,
rect
)
path
The destination path.
rect
The physical coordinates of the bounding rectangle.
This class will add a rectangular shape path to the context at rect.
Note: In WinRT, the path is a Windows.UI.Xaml.Shapes.Path object.
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