C#
VB
Objective-C
Performs custom rendering after the spyglass is drawn.
void imageViewerSpyGlassInteractiveModePostDrawWithContext(
LTImageViewerSpyGlassInteractiveMode imageViewerSpyGlassInteractiveMode,
CGContextRef context
)
Sub imageViewerSpyGlassInteractiveModePostDrawWithContext( _
ByVal imageViewerSpyGlassInteractiveMode As LTImageViewerSpyGlassInteractiveMode, _
ByVal context As CGContextRef _
)
- (void)imageViewerSpyGlassInteractiveMode:(LTImageViewerSpyGlassInteractiveMode *)imageViewerSpyGlassInteractiveMode
postDrawWithContext:(CGContextRef)context
imageViewerSpyGlassInteractiveMode
The spyglass mode 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