←Select platform

AddPath Method

Summary

Draw the thumb shape.

Syntax

C#
VB
Java
WinRT C#
C++
protected abstract void AddPath( 
   GraphicsPath path, 
   LeadRectD rect 
) 
Protected MustOverride Sub AddPath( _ 
   ByVal path As GraphicsPath, _ 
   ByVal rect As Leadtools.LeadRectD _ 
)  
protected abstract void AddPath(  
   GraphicsPath path, 
   Leadtools.LeadRectD rect 
) 
protected abstract void addPath(GraphicsPath path, LeadRectD rect) 
             
 function Leadtools.Annotations.Rendering.AnnThumbStyle.AddPath(  
   path , 
   rect  
) 
protected:  
   virtual void AddPath( 
      GraphicsPath^ path, 
      LeadRectD^ rect 
   ) abstract 

Parameters

path
Destination path.

rect
Bounding rectangle in physical coordinates.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly