←Select platform

AddPath Method

Summary

Draw the thumb shape.

Syntax
C#
VB
C++
Java
protected abstract void AddPath( 
   GraphicsPath path, 
   LeadRectD rect 
) 
Protected MustOverride Sub AddPath( _ 
   ByVal path As GraphicsPath, _ 
   ByVal rect As LeadRectD _ 
)  
protected abstract void addPath(GraphicsPath path, LeadRectD 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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly