C#
VB
Objective-C
Represents a delegate method for custom rendering before an image is rendered on the viewer.
void imageViewerPreRenderWithContext(
LTImageViewer imageViewer,
CGContextRef context
)
Sub imageViewerPreRenderWithContext( _
ByVal imageViewer As LTImageViewer, _
ByVal context As CGContextRef _
)
- (void)imageViewer:(LTImageViewer *)imageViewer postRenderWithContext:(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