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




A System.Drawing.PointF which represents the coordinate of the end point for the rectangle being drawn.
A boolean value which when true, the black is used to fill the rectangle and the FillColor and FillStyle properties are ignored.
Draws a black rectangle on a printer starting at the current draw coordinate.
Syntax
'Declaration
 
Public Overloads Sub Rectangle( _
   ByVal endPoint As PointF, _
   ByVal fill As Boolean _
) 
'Usage
 
Dim instance As Draw
Dim endPoint As PointF
Dim fill As Boolean
 
instance.Rectangle(endPoint, fill)
public void Rectangle( 
   PointF endPoint,
   bool fill
)
public: void Rectangle( 
   PointF endPoint,
   bool fill
) 
public:
void Rectangle( 
   PointF endPoint,
   bool fill
) 

Parameters

endPoint
A System.Drawing.PointF which represents the coordinate of the end point for the rectangle being drawn.
fill
A boolean value which when true, the black is used to fill the rectangle and the FillColor and FillStyle properties are ignored.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback