(Leadtools.Annotations.Rendering)

AddPath Method (AnnThumbStyle)

Show in webframe




Destination path.
Bounding rectangle in physical coordinates.
Draw the thumb shape.
Syntax
protected abstract void AddPath( 
   GraphicsPath path,
   LeadRectD rect
)
protected abstract void AddPath( 
   GraphicsPath path,
   LeadRectD rect
)
-(void) addRect:(LeadRectD) rect
         toPath:(CGPathRef) path;
            
protected abstract void addPath(Path 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

See Also

Reference

AnnThumbStyle Class
AnnThumbStyle Members

 

 


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