Accusoft.PrintPro8.Net
Rectangle(Point) Method




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

Parameters

endPoint
A System.Drawing.Point which represents the coordinate of the end point for the rectangle being drawn.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback