←Select platform

AddPath Method

Summary

Draws the thumb shape.

Syntax

C#
VB
Java
WinRT C#
C++
protected override void AddPath( 
   GraphicsPath path, 
   LeadRectD rect 
) 
Protected Overrides Sub AddPath( _ 
   ByVal path As GraphicsPath, _ 
   ByVal rect As Leadtools.LeadRectD _ 
)  
protected override void AddPath(  
   GraphicsPath path, 
   Leadtools.LeadRectD rect 
) 
@Override protected void addPath(GraphicsPath path, LeadRectD rect) 
             
 function Leadtools.Annotations.Rendering.AnnRectangleThumbStyle.AddPath(  
   path , 
   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 a rectangular shape path to the context at rect.

Note: In WinRT, the path is a Windows.UI.Xaml.Shapes.Path object.

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