- Obtain this object directly after image opening, during which image skew was corrected.
- Apply a number of other modifications and obtain another instance of this object from the ImageDocument.
- Now you can convert pixel coordinates between the initially deskewed image plane and the modified image plane by twice applying the ConvertCoordinates method:
- convert from the deskewed image plane to the original using the first instance of the CoordinatesConverter;
- convert the result from the original image plane to the modified image plane using the second instance of the CoordinatesConverter.
Properties
Methods
| Name | Description |
|---|---|
| ConvertCoordinates | Converts coordinates of a pixel between different modification states or image planes of the ImageDocument. |
| LoadFromFile | Restores the object’s contents from a file on disk. |
| LoadFromMemory <Note> Available for Windows. </Note> | Restores the object’s contents from the global memory. |
| SaveToFile | Saves the object’s contents into a file on disk. |
| SaveToMemory <Note> Available for Windows. </Note> | Saves the object’s contents into the global memory. |
Related objects
Object Diagram
