←Select platform

AddPath Method

Summary

Draws the thumb shape.

Syntax
C#
VB
C++
Java
protected override void AddPath( 
   GraphicsPath path, 
   LeadRectD rect 
) 
Protected Overrides Sub AddPath( _ 
   ByVal path As GraphicsPath, _ 
   ByVal rect As LeadRectD _ 
)  
@Override protected void addPath(GraphicsPath path, LeadRectD rect) 
protected:  
   virtual void AddPath( 
      GraphicsPath^ path, 
      LeadRectD^ rect 
   ) override 

Parameters

path
The destination path.

rect
The physical coordinates of the Bounding rectangle.

Remarks

This class will add an elliptical shape path to the context at rect.

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