←Select platform

AddPath Method (AnnEllipseThumbStyle)

Summary

Draws the thumb shape.

Syntax

C#
VB
Java
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 
) 
@Override protected void addPath(GraphicsPath path, LeadRectD rect)
function Leadtools.Annotations.Rendering.AnnEllipseThumbStyle.AddPath(  
   path , 
   rect  
) 

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.

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

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