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




A System.Drawing.PointF which represents the coordinate of the end point for the rectangle being drawn.
A System.Drawing.Color which represents the color used to draw the rectangle.
Draws a rectangle on a printer starting at the current draw coordinate.
Syntax
'Declaration
 
Public Overloads Sub Rectangle( _
   ByVal endPoint As PointF, _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Draw
Dim endPoint As PointF
Dim color As Color
 
instance.Rectangle(endPoint, color)
public void Rectangle( 
   PointF endPoint,
   Color color
)
public: void Rectangle( 
   PointF endPoint,
   Color color
) 
public:
void Rectangle( 
   PointF endPoint,
   Color color
) 

Parameters

endPoint
A System.Drawing.PointF which represents the coordinate of the end point for the rectangle being drawn.
color
A System.Drawing.Color which represents the color used to draw the rectangle.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback