Accusoft.PrintPro8.Net
Rectangle(RectangleF,Color) Method




A System.Drawing.RectangleF which represents the coordinates used to draw the rectangle.
The System.Drawing.Color used to draw the rectangle.
Draws a rectangle on a printer.
Syntax
'Declaration
 
Public Overloads Sub Rectangle( _
   ByVal boundingBox As RectangleF, _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Draw
Dim boundingBox As RectangleF
Dim color As Color
 
instance.Rectangle(boundingBox, color)
public void Rectangle( 
   RectangleF boundingBox,
   Color color
)
public: void Rectangle( 
   RectangleF boundingBox,
   Color color
) 
public:
void Rectangle( 
   RectangleF boundingBox,
   Color color
) 

Parameters

boundingBox
A System.Drawing.RectangleF which represents the coordinates used to draw the rectangle.
color
The System.Drawing.Color used to draw the rectangle.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback