Accusoft.PrintPro8.Net
Rectangle(Rectangle,Boolean) Method




A System.Drawing.Rectangle which represents the coordinates used to draw the rectangle
A boolean value which when true, the Color parameter is used to fill the rectangle and the FillColor and FillStyle properties are ignored.
Draws a black rectangle on a printer.
Syntax
'Declaration
 
Public Overloads Sub Rectangle( _
   ByVal boundingBox As Rectangle, _
   ByVal fill As Boolean _
) 
'Usage
 
Dim instance As Draw
Dim boundingBox As Rectangle
Dim fill As Boolean
 
instance.Rectangle(boundingBox, fill)
public void Rectangle( 
   Rectangle boundingBox,
   bool fill
)
public: void Rectangle( 
   Rectangle boundingBox,
   bool fill
) 
public:
void Rectangle( 
   Rectangle boundingBox,
   bool fill
) 

Parameters

boundingBox
A System.Drawing.Rectangle which represents the coordinates used to draw the rectangle
fill
A boolean value which when true, the Color parameter is used to fill the rectangle and the FillColor and FillStyle properties are ignored.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback