PdfUnitConvertor Methods |
The PdfUnitConvertor type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ConvertFromPixels(PointF, PdfGraphicsUnit) |
Converts rectangle from pixels to specified units
|
![]() |
ConvertFromPixels(RectangleF, PdfGraphicsUnit) |
Converts rectangle in Pixels into rectangle with specified
measure units
|
![]() |
ConvertFromPixels(SizeF, PdfGraphicsUnit) |
Converts Size in pixels to size in specified measure units
|
![]() |
ConvertFromPixels(Single, PdfGraphicsUnit) |
Converts value, stored in pixels, to value in "to" units
|
![]() |
ConvertToPixels(PointF, PdfGraphicsUnit) |
Converts point from specified measure units to pixels
|
![]() |
ConvertToPixels(RectangleF, PdfGraphicsUnit) |
Converts the rectangle location and size to Pixels from specified
measure units
|
![]() |
ConvertToPixels(SizeF, PdfGraphicsUnit) |
Converts size from specified measure units to pixels
|
![]() |
ConvertToPixels(Single, PdfGraphicsUnit) |
Converts the value, stored in "from" units, to pixels
|
![]() |
ConvertUnits |
Converts the value, stored in "from" units, to value in "to" units
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|