(Leadtools.Controls)

onPreDrawTouchLocation Method

Show in webframe





The graphics context to render with.
The touch location (location of spyglass).
Provides a method to perform custom drawing before OnDrawImage called.
Syntax
protected void onPreDrawTouchLocation( 
   CGContextRef context,
   CGPoint pt
)
Protected Sub onPreDrawTouchLocation( _
   ByVal context As CGContextRef, _
   ByVal pt As CGPoint _
) 
protected void onPreDrawTouchLocation( 
   CGContextRef context,
   CGPoint pt
)
-(void)onPreDraw:(CGContextRef)context touchLocation:(CGPoint) pt;
            

            
 function Leadtools.Controls.ImageViewerSpyGlassInteractiveMode.onPreDrawTouchLocation( 
   context ,
   pt 
)

Parameters

context
The graphics context to render with.
pt
The touch location (location of spyglass).
Requirements

Target Platforms

See Also

Reference

ImageViewerSpyGlassInteractiveMode Class
ImageViewerSpyGlassInteractiveMode Members

 

 


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