(Leadtools.Annotations.Rendering)

AddPath Method (AnnRectangleThumbStyle)

Show in webframe




The destination path.
The physical coordinates of the bounding rectangle.
Draws the thumb shape.
Syntax
protected override void AddPath( 
   GraphicsPath path,
   LeadRectD rect
)
protected override void AddPath( 
   GraphicsPath path,
   LeadRectD rect
)
-(void) addRect:(LeadRectD) rect
         toPath:(CGPathRef) path;
            
@Override protected void addPath(
  Path path,
  LeadRectD rect
)
             
 function Leadtools.Annotations.Rendering.AnnRectangleThumbStyle.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

See Also

Reference

AnnRectangleThumbStyle Class
AnnRectangleThumbStyle Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.