(Leadtools.Controls)

imageViewerPostRenderWithContext Method

Show in webframe





The image viewer that called the delegate.
The graphics context to render with.
Represents a delegate method for custom rendering after an image is rendered on the viewer.
Syntax
void imageViewerPostRenderWithContext( 
   LTImageViewer imageViewer,
   CGContextRef context
)
Sub imageViewerPostRenderWithContext( _
   ByVal imageViewer As LTImageViewer, _
   ByVal context As CGContextRef _
) 
void imageViewerPostRenderWithContext( 
   LTImageViewer imageViewer,
   CGContextRef context
)
-(void)imageViewer:(LTImageViewer*)imageViewer postRenderWithContext:(CGContextRef)context;
            

            
function Leadtools.Controls.LTImageViewerDelegate_ObjectiveC.imageViewerPostRenderWithContext( 
   imageViewer ,
   context 
)

Parameters

imageViewer
The image viewer that called the delegate.
context
The graphics context to render with.
Requirements

Target Platforms

See Also

Reference

LTImageViewerDelegate Interface
LTImageViewerDelegate Members

 

 


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