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




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

Parameters

startPoint
A System.Drawing.PointF which represents the coordinate of the starting point for the rectangle.
endPoint
A System.Drawing.PointF 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