ObjectRect Constructor(RectangleF)
Initializes a new instance of the
ObjectRect class from a
System.Drawing.RectangleF.
public ObjectRect(
System.Drawing.RectangleF
)
'Declaration
Public Function New( _
ByVal As System.Drawing.RectangleF _
)
Parameters
- rc
- The rectangle used to initialize the new ObjectRect.