C#
VB
Objective-C
Represents a delegate method for custom rendering after an image is rendered on the viewer.
void imageViewerPostRenderWithContext(
LTImageViewer imageViewer,
CGContextRef context
)
Sub imageViewerPostRenderWithContext( _
ByVal imageViewer As LTImageViewer, _
ByVal context As CGContextRef _
)
- (void)imageViewer:(LTImageViewer *)imageViewer preRenderWithContext:(CGContextRef)context
imageViewer
The image viewer that called the delegate.
context
The graphics context to render with.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET