Gets the current field of view of the image.
Object.defineProperty(SubCell.prototype, 'fieldOfView',
get: function()
)
fieldOfView: LeadPointD; // read-only
LeadPointD that represents the current field of view of the image.
Field of view, is the size of the image area that is currently displayed by the viewer. Zooming in the image will update the field of view.
To acquire the most accurate field of view, fill the properties RowSpacing and ColumnSpacing.
You can display the current field of view as an overlay text, refer to OverlayTextType.FieldOfView.
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