ActiveReports 13
Rect Constructor(Point,Size)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure > Rect Constructor : Rect Constructor(Point,Size)
A Point that represents the upper-left corner of the rectangle.
A Rect.Size that represents the width and height of the rectangle.
Initializes a new instance of the Rect class with the specified location and size.
Syntax
'Declaration
 
Public Function New( _
   ByVal location As Point, _
   ByVal size As Size _
)
public Rect( 
   Point location,
   Size size
)

Parameters

location
A Point that represents the upper-left corner of the rectangle.
size
A Rect.Size that represents the width and height of the rectangle.
See Also

Reference

Rect Structure
Rect Members
Overload List