←Select platform

AddPath Method (AnnD2DRectangleThumbStyle)

Summary

Draws the thumb shape.

Syntax

C#
VB
WinRT C#
protected override void AddPath(  
   GraphicsPath path, 
   Leadtools.LeadRectD rect 
) 
Protected Overrides Sub AddPath( _ 
   ByVal path As GraphicsPath, _ 
   ByVal rect As Leadtools.LeadRectD _ 
)  
protected override void AddPath(  
   GraphicsPath path, 
   Leadtools.LeadRectD rect 
) 
 function Leadtools.Annotations.Rendering.AnnD2DRectangleThumbStyle.AddPath(  
   path , 
   rect  
) 

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