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




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

Parameters

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

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback