C1Rect Constructor(C1Point,C1Point)
In This Topic
Initializes a
C1Rect structure that is exactly large enough to contain the two specified points.
Syntax
Parameters
- point1
- The first point that the new rectangle must contain.
- point2
- The second point that the new rectangle must contain.
See Also