www.gnostice.com 

DrawImageXY Method

Top  Previous  Next

The DrawImageXY method draws an image, specified by its handle, at a specified position.

 

 

 

 

Syntax

 

 

[VC++]

void DrawImageXY(double X, double Y, long ImageHandle, long ImageType);

 

[C#]

public abstract new void DrawImageXY ( System.Double X , System.Double Y , System.Int32 ImageHandle , eDocEngineX.TxgtImageType ImageType )

 

[VB]

Sub DrawImageXY(X As Double, Y As Double, ImageHandle As Long, ImageType As TxgtImageType)

 

 

 

 

 

Parameters

 

X

[in] Specifies the x-coordinate of the upper-left corner of the rendered image.

 

 

Y

[in] Specifies the y-coordinate of the upper-left corner of the rendered image.

 

 

ImageHandle

The handle of the image.

 

 

ImageType

The type of the image.

 

 

 

 

Example Code

 

 

For an example code, see FAQ #5.