Simba.Data
Simba.Data.RectangleI
RectangleI Constructors
| Overloads | |
|---|---|
| RectangleI(int, int, int, int) | Rectangle Constructor |
| RectangleI(PointI, int, int) | Rectangle Constructor |
| RectangleI(PointI, PointI) | Rectangle Constructor |
RectangleI(int, int, int, int) Constructor
Rectangle Constructor
Parameters
left System.Int32
left position in the device coordinate system
top System.Int32
top position in the device coordinate system
right System.Int32
right position in the device coordinate system
bottom System.Int32
bottom position in the device coordinate system
RectangleI(PointI, int, int) Constructor
Rectangle Constructor
Parameters
location Simba.Data.PointI
top-left position in the design coordinate system
width System.Int32
rectangle width (scritly positive)
height System.Int32
rectangle height (scritly positive)
RectangleI(PointI, PointI) Constructor
Rectangle Constructor