Accusoft.PrintPro8.Net
PrintDib(IntPtr,PointF,SizeF,PointF,SizeF,Boolean) Method




A pointer which points to the dib to draw.
A System.Drawing.PointF which represents the source location of the DIB.
A System.Drawing.SizeF which represents the source size of the DIB.
A System.Drawing.PointF value which represents the destination.
A System.Drawing.SizeF value which represents the destination size.
A boolean value that when true, the destination size is adjusted to maintain the image data's aspect ratio.
Draws a DIB on the printer.
Syntax
'Declaration
 
Public Overloads Sub PrintDib( _
   ByVal dib As IntPtr, _
   ByVal source As PointF, _
   ByVal sourceSize As SizeF, _
   ByVal destination As PointF, _
   ByVal destinationSize As SizeF, _
   ByVal aspect As Boolean _
) 
'Usage
 
Dim instance As PrintJob
Dim dib As IntPtr
Dim source As PointF
Dim sourceSize As SizeF
Dim destination As PointF
Dim destinationSize As SizeF
Dim aspect As Boolean
 
instance.PrintDib(dib, source, sourceSize, destination, destinationSize, aspect)
public void PrintDib( 
   IntPtr dib,
   PointF source,
   SizeF sourceSize,
   PointF destination,
   SizeF destinationSize,
   bool aspect
)
public: void PrintDib( 
   IntPtr dib,
   PointF source,
   SizeF sourceSize,
   PointF destination,
   SizeF destinationSize,
   bool aspect
) 
public:
void PrintDib( 
   IntPtr dib,
   PointF source,
   SizeF sourceSize,
   PointF destination,
   SizeF destinationSize,
   bool aspect
) 

Parameters

dib
A pointer which points to the dib to draw.
source
A System.Drawing.PointF which represents the source location of the DIB.
sourceSize
A System.Drawing.SizeF which represents the source size of the DIB.
destination
A System.Drawing.PointF value which represents the destination.
destinationSize
A System.Drawing.SizeF value which represents the destination size.
aspect
A boolean value that when true, the destination size is adjusted to maintain the image data's aspect ratio.
See Also

Reference

PrintJob Class
PrintJob Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback