Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnRectangleThumbStyle Class : AddPath Method |
protected override void AddPath( GraphicsPath path, LeadRectD rect )
'Declaration
Protected Overrides Sub AddPath( _ ByVal path As GraphicsPath, _ ByVal rect As LeadRectD _ )
'Usage
Dim instance As AnnRectangleThumbStyle Dim path As GraphicsPath Dim rect As LeadRectD instance.AddPath(path, rect)
protected override void AddPath( GraphicsPath path, LeadRectD rect )
@Override protected void addPath(GraphicsPath path, LeadRectD rect)
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.