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 > AnnThumbStyle Class : AddPath Method |
protected abstract void AddPath( GraphicsPath path, LeadRectD rect )
'Declaration
Protected MustOverride Sub AddPath( _ ByVal path As GraphicsPath, _ ByVal rect As LeadRectD _ )
'Usage
Dim instance As AnnThumbStyle Dim path As GraphicsPath Dim rect As LeadRectD instance.AddPath(path, rect)
protected abstract void AddPath( GraphicsPath path, LeadRectD rect )
protected abstract void addPath(GraphicsPath path, LeadRectD rect)
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.