ImageTransformCoordinates Method
|
This method transforms a pixel-coordinate of a point in one of the stored image (SrcImage) versions into the pixel-coordinate of another image (DstImage) version.
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IPROPOINT TransformCoordinates(
IMAGEINDEX SrcImage,
ref IPROPOINT Point,
IMAGEINDEX DstImage
)
Public Function TransformCoordinates (
SrcImage As IMAGEINDEX,
ByRef Point As IPROPOINT,
DstImage As IMAGEINDEX
) As IPROPOINT
public:
IPROPOINT TransformCoordinates(
[InAttribute] IMAGEINDEX SrcImage,
[InAttribute] IPROPOINT% Point,
[InAttribute] IMAGEINDEX DstImage
)
Parameters
- SrcImage
- Type: OmniPageCSDK.IproPlusIMAGEINDEX
- Point
- Type: OmniPageCSDK.IproPlusIPROPOINT
- DstImage
- Type: OmniPageCSDK.IproPlusIMAGEINDEX
Return Value
Type:
IPROPOINT
Remarks
The source pixel-coordinate is specified by the Point parameter. Possible values for IMAGEINDEX are documented in the description of
the SaveImage method of the Page object.
The method returns the transformed image coordinate. The Thumbnail image cannot be used in this method; only coordinates of equal size images can be transformed.
See Also