'Declaration
Public Overloads Sub PrintImage( _
ByVal As Image, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Boolean _
)
'Usage
Dim instance As PrintJob
Dim image As Image
Dim destinationX As Single
Dim destinationY As Single
Dim destinationWidth As Single
Dim destinationHeight As Single
Dim aspect As Boolean
instance.PrintImage(image, destinationX, destinationY, destinationWidth, destinationHeight, aspect)
public void PrintImage(
Image ,
float ,
float ,
float ,
float ,
bool
)
public: void PrintImage(
Image* ,
float ,
float ,
float ,
float ,
bool
)
public:
void PrintImage(
Image^ ,
float ,
float ,
float ,
float ,
bool
)