Accusoft.ImagXpress13.Net
Resolution Constructor(Resolution,Int32)




The source resolution.
The new level of precision for the copied Resolution object. This is the level of precision of the Dimensions returned. This parameter must be a value from MinimumPrecision to MaximumPrecision. Setting the precision is really a request for the precision level to be at a certain level. Because of the way floating-point numbers are stored in computers, ImagXpress can not guarantee that the precision is at a certain level. If the application needs 100% accuracy, then the application should set this value to MaximumPrecision and handle any truncation or rounding itself.
Initializes a new instance of the Resolution class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sourceResolution As Resolution, _
   ByVal precision As Integer _
)
'Usage
 
Dim sourceResolution As Resolution
Dim precision As Integer
 
Dim instance As New Resolution(sourceResolution, precision)
public Resolution( 
   Resolution sourceResolution,
   int precision
)
public: Resolution( 
   Resolution* sourceResolution,
   int precision
)
public:
Resolution( 
   Resolution^ sourceResolution,
   int precision
)

Parameters

sourceResolution
The source resolution.
precision
The new level of precision for the copied Resolution object. This is the level of precision of the Dimensions returned. This parameter must be a value from MinimumPrecision to MaximumPrecision. Setting the precision is really a request for the precision level to be at a certain level. Because of the way floating-point numbers are stored in computers, ImagXpress can not guarantee that the precision is at a certain level. If the application needs 100% accuracy, then the application should set this value to MaximumPrecision and handle any truncation or rounding itself.
See Also

Reference

Resolution Class
Resolution Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback