Initializes a new instance of the MedicalViewerImageInformation class with explicit parameters.
public MedicalViewerImageInformation(
int xResolution,
int yResolution,
int imageWidth,
int imageHeight
)
Public Function New( _
ByVal xResolution As Integer, _
ByVal yResolution As Integer, _
ByVal imageWidth As Integer, _
ByVal imageHeight As Integer _
)
public:
MedicalViewerImageInformation(
int xResolution,
int yResolution,
int imageWidth,
int imageHeight
)
xResolution
The image horizontal resolution, in dots per inch (DPI).
yResolution
The image vertical resolution, in dots per inch (DPI).
imageWidth
The width of the image in pixels.
imageHeight
The height of the image in pixels.
For an example, refer to MedicalViewerImageInformation
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