Accusoft.ImagXpress13.Net
Resolution Constructor(Single,Single,GraphicsUnit)




A float value which represents the width of the current image.
A float value which represents the height of the current image.
A System.Drawing.GraphicsUnit enumeration value which represents the unit of measure of the current image.
Initializes a new instance of the Resolution class from the specified width, height and units.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal units As GraphicsUnit _
)
'Usage
 
Dim width As Single
Dim height As Single
Dim units As GraphicsUnit
 
Dim instance As New Resolution(width, height, units)
public Resolution( 
   float width,
   float height,
   GraphicsUnit units
)
public: Resolution( 
   float width,
   float height,
   GraphicsUnit units
)
public:
Resolution( 
   float width,
   float height,
   GraphicsUnit units
)

Parameters

width
A float value which represents the width of the current image.
height
A float value which represents the height of the current image.
units
A System.Drawing.GraphicsUnit enumeration value which represents the unit of measure of the current image.
See Also

Reference

Resolution Class
Resolution Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback