'Declaration
Public Overloads Sub PrintBitmap( _
ByVal As Bitmap, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean _
)
'Usage
Dim instance As PrintJob
Dim bitmap As Bitmap
Dim sourceX As Single
Dim sourceY As Single
Dim sourceWidth As Single
Dim sourceHeight As Single
Dim destinationX As Single
Dim destinationY As Single
Dim destinationWidth As Single
Dim destinationHeight As Single
Dim aspect As Boolean
instance.PrintBitmap(bitmap, sourceX, sourceY, sourceWidth, sourceHeight, destinationX, destinationY, destinationWidth, destinationHeight, aspect)
public void PrintBitmap(
Bitmap ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
bool
)
public: void PrintBitmap(
Bitmap* ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
bool
)
public:
void PrintBitmap(
Bitmap^ ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
bool
)