AtalaImageCoordinateConverter Class |
Namespace: Atalasoft.dotImage.PdfDoc.Bridge
The AtalaImageCoordinateConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| AtalaImageCoordinateConverter(AtalaImage) |
Initializes a new instance of the AtalaImageCoordinateConverter class. This image must have a
valid Resolution property. Image resolution is used for the transformation and compound resolution is supported.
| |
| AtalaImageCoordinateConverter(Dpi, SizeF) |
Initializes a new instance of the AtalaImageCoordinateConverter class. This must have a
valid resolution and size. Resolution is used for the transformation and compound resolution is supported.
|
| Name | Description | |
|---|---|---|
| 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.) | |
| ToImage(PdfBounds) |
Converts the input PdfBounds in PDF coordinates to image coordinates
| |
| ToImage(PdfPoint) |
Converts the input PdfPoint in PDF coordinates to image coordinates.
| |
| ToImageI(PdfBounds) |
Converts the input PdfBounds in PDF coordinates to integer-based image coordinates, rounding the values
| |
| ToImageI(PdfPoint) |
Converts the input PdfPoint in PDF coordinates to integer-based image coordinates, rounding the values
| |
| ToImageITruncated(PdfBounds) |
Converts the input PdfBounds in PDF coordinates to integer-based image coordinates, truncating the values
| |
| ToImageITruncated(PdfPoint) |
Converts the input PdfPoint in PDF coordinates to integer-based image coordinates, truncating the values
| |
| ToPdf(Point) |
Converts the input Point in image coordinates to PDF coordinates
| |
| ToPdf(Rectangle) |
Converts the input Rectangle in image coordinates to PDF coordinates
| |
| ToPdf(RectangleF) |
Converts the input Rectangle in image coordinates to PDF coordinates
| |
| ToPdfImageSize |
Converts the image size to the equivalent size in PDF space.
| |
| ToPdfImageSize(AtalaImage) |
Converts the image size to the equivalent size in PDF space.
This is equivalent to new AtalaImageCoordinateConverter(image).ToPdfImageSize() | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |