←Select platform

MedicalViewerImageInformation Constructor(int,int,int,int)

Summary

Initializes a new instance of the MedicalViewerImageInformation class with explicit parameters.

Syntax

C#
VB
C++
  
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 
) 
             

Parameters

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.

Example

For an example, refer to MedicalViewerImageInformation

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly