←Select platform

AddPath Method (AnnThumbStyle)

Summary

Draw the thumb shape.

Syntax

C#
VB
Java
WinRT C#
protected abstract void AddPath(  
   GraphicsPath path, 
   Leadtools.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  
) 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Rendering Assembly
Click or drag to resize