GoDiagram Win Reference
DrawImage(Bitmap,Single,Single,Single,Single) Method

The bitmap to be drawn
The x coordinate of the top left corner of the image
The x coordinate of the top left corner of the image
The width of the drawn image
The height of the drawn image
Draws a Bitmap.
Syntax
'Declaration
 
Public Overloads Sub DrawImage( _
   ByVal img As Bitmap, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal w As Single, _
   ByVal h As Single _
) 
public void DrawImage( 
   Bitmap img,
   float x,
   float y,
   float w,
   float h
)

Parameters

img
The bitmap to be drawn
x
The x coordinate of the top left corner of the image
y
The x coordinate of the top left corner of the image
w
The width of the drawn image
h
The height of the drawn image
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPdfGenerator Class
GoPdfGenerator Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback