www.gnostice.com 

DrawImageR Method

Top  Previous  Next

The DrawImageR method draws an image at a location specified by the ImageRect.

 

 

 

 

Syntax

 

 

[VC++]

void DrawImageR(double Left, double Top, double Right, double Bottom, long ImageHandle, long ImageType);

 

[C#]

public abstract new void DrawImageR ( System.Double Left , System.Double Top , System.Double Right , System.Double Bottom , System.Int32 ImageHandle , eDocEngineX.TxgtImageType ImageType )

 

[VB]

Sub DrawImageR(Left As Double, Top As Double, Right As Double, Bottom As Double, ImageHandle As Long, ImageType As TxgtImageType)

 

 

 

 

 

 

Parameters

 

Left

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

 

 

Top

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

 

 

 

Right

[in] Specifies lower-right corner of the image.

 

       

 

Bottom

[in] Specifies lower-right corner of the image.

 

 

ImageHandle

The handle of the image.

 

 

ImageType

The type of the image.

 

 

 

 

Example Code

 

 

For an example code, see Draw Image.