Struct CgmRectangle
CgmRectangle structure
public struct CgmRectangle
Constructors
Properties
| Name | Description |
|---|
| Height { get; } | |
| IsEmpty { get; } | Tests whether the Width or Height property of this CgmRectangle has a value of zero. |
| Width { get; } | |
| X { get; } | |
| Y { get; } | |
Methods
| Name | Description |
|---|
| static FromPoints(CgmPoint, CgmPoint, CgmPoint, CgmPoint) | Create a rectangle from the rectangle points. |
| Contains(CgmPoint) | Determines if the specified point is contained within this rectangle. |
| Contains(CgmPoint, double) | Determines if the specified point is contained within this rectangle. |
| Contains(double, double) | Determines if the specified point is contained within this rectangle. |
| Contains(double, double, double) | Determines if the specified point is contained within this rectangle. |
Fields
| Name | Description |
|---|
| static readonly Empty | Represents an instance of the CGMRectangle class with its members uninitialized. |
See Also