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
