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




A System.Drawing.SizeF structure which evauluates to the region associated with 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 dimensions As SizeF, _
   ByVal units As GraphicsUnit _
)
'Usage
 
Dim dimensions As SizeF
Dim units As GraphicsUnit
 
Dim instance As New Resolution(dimensions, units)
public Resolution( 
   SizeF dimensions,
   GraphicsUnit units
)
public: Resolution( 
   SizeF dimensions,
   GraphicsUnit units
)
public:
Resolution( 
   SizeF dimensions,
   GraphicsUnit units
)

Parameters

dimensions
A System.Drawing.SizeF structure which evauluates to the region associated with 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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback