Accusoft ImagXpress 12
TranslateY Method
See Also  Send comments on this topic.
fY
The y-coordinate on which translation occurs.
translationType
An enumTranslate value which determines the type of translation to perform.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : TranslateY Method

Glossary Item Box

Description

Translates values from one vertical (y) coordinate system to the other.

Syntax

Visual Basic
Public Function TranslateY( _
   ByVal fY As Double, _
   ByVal translationType As enumTranslate _
) As Double

Parameters

fY
The y-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 y-coordinate in the new coordinate system specified by translationType.

Remarks

See Also

©2013. Accusoft Corporation. All Rights Reserved.