ImageGear .NET v24.12 - Updated
ImGearPDFFixedPoint Constructor(Int32,Int32)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFFixedPoint Class > ImGearPDFFixedPoint Constructor : ImGearPDFFixedPoint Constructor(Int32,Int32)
Horizontal value.
Vertical value.
Initializes a new instance of the ImGearPDFFixedPoint class.
Syntax
'Declaration
 
Public Function New( _
   ByVal horizontalValue As Integer, _
   ByVal verticalValue As Integer _
)
'Usage
 
Dim horizontalValue As Integer
Dim verticalValue As Integer
 
Dim instance As New ImGearPDFFixedPoint(horizontalValue, verticalValue)
public ImGearPDFFixedPoint( 
   int horizontalValue,
   int verticalValue
)
public: ImGearPDFFixedPoint( 
   int horizontalValue,
   int verticalValue
)
public:
ImGearPDFFixedPoint( 
   int horizontalValue,
   int verticalValue
)

Parameters

horizontalValue
Horizontal value.
verticalValue
Vertical value.
See Also

Reference

ImGearPDFFixedPoint Class
ImGearPDFFixedPoint Members
Overload List