Accusoft ImagXpress 12
TranslateX Method
See Also  Send comments on this topic.
fX

The x-coordinate on which translation occurs.

translationType
An enumTranslate value which determines the type of translation to perform.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : TranslateX Method

Glossary Item Box

Description

Translates values from one horizontal (x) coordinate system to the other.

Syntax

Visual Basic
Public Function TranslateX( _
   ByVal fX As Double, _
   ByVal translationType As enumTranslate _
) As Double

Parameters

fX

The x-coordinate on which translation occurs.

translationType
ValueDescription
TRANS_PixelToViewPixels to view units of measure.
TRANS_ViewToPixelView units of measure to pixels.
An enumTranslate value which determines the type of translation to perform.

Return Type

The translated x-coordinate in the new coordinate system specified by translationType.

Remarks

See Also

©2013. Accusoft Corporation. All Rights Reserved.