The following tables list the members exposed by AnnRectangle.
Public Constructors
Name | Description | |
---|---|---|
AnnRectangle | Initializes a new instance of the AnnRectangle structure from a RectangleF structure and a unit of measure. |
Public Methods
Name | Description | |
---|---|---|
!= | Tests whether two AnnRectangle structures are unequal. | |
== | Tests whether two AnnRectangle structures are equal. | |
Contains | Determines if the specified point with the specified unit of measure is contained within this AnnRectangle structure. | |
Convert | Converts this AnnRectangle structure to one with the specified unit of measure. | |
ConvertedBottom | Returns the value of the bottom edge of this AnnRectangle structure, converted to its equivalent in specified AnnUnit unit of measure. | |
ConvertedHeight | Returns the value for the height of this AnnRectangle structure, converted to its equivalent in the specified AnnUnit unit of measure. | |
ConvertedLeft | Returns the value of the left edge of this AnnRectangle structure converted to its equivalent in the specified AnnUnit unit of measure. | |
ConvertedRight | Returns the value of the right edge of this AnnRectangle structure, converted to its equivalent in the specified AnnUnit unit of measure. | |
ConvertedTop | Returns the value of the top edge of this AnnRectangle structure, converted to its equivalent in the specified AnnUnit unit of measure. | |
ConvertedWidth | Returns the value for the width of this AnnRectangle structure, converted to its equivalent in the specified AnnUnit unit of measure. | |
ConvertTo | Converts this AnnRectangle structure with the specified unit of measure to another AnnRectangle structure. | |
Equals | Specifies whether this AnnRectangle structure contains the same dimensions as the specified Object.For more information about this method, see System.Object.Equals(System.Object). | |
FromLTRB | Creates a AnnRectangle structure with the specified upper-left corner and lower-right corner and the specified unit of measure. | |
GetHashCode | Returns a hash code for this AnnRectangle structure.For information about this method, see System.Object.GetHashCode. | |
Inflate | Inflates this AnnRectangle structure by the specified amounts. | |
Intersect | Returns an AnnRectangle structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned. | |
IntersectsWith | Determines if this rectangle intersects with a test rectangle. | |
Offset | Adjusts the location of this rectangle by the specified amounts. | |
ToRectangleF | Converts this AnnRectangle structure to a RectangleF structure. | |
ToString | Overridden. Converts this AnnRectangle structure to a human-readable string. | |
Union | Creates the smallest possible third rectangle that can contain both of two rectangles that form a union. |
Public Properties
Name | Description | |
---|---|---|
Bottom | Gets the y-coordinate of the bottom of this AnnRectangle structure. | |
Height | Gets or sets the height of this AnnRectangle structure. | |
IsEmpty | Gets a value indicating whether all numeric properties of this AnnRectangle structure have values of zero. | |
Left | Gets the x-coordinate of the left edge of this AnnRectangle structure. | |
Location | Gets or sets the coordinates of the upper-left corner of this AnnRectangle structure. | |
Right | Gets the x-coordinate of the right edge of this AnnRectangle structure. | |
Size | Gets or sets the size of this AnnRectangle structure. | |
Top | Gets the y-coordinate of the top of this AnnRectangle structure. | |
Unit | Gets or sets a value that specifies the unit of measure for this AnnRectangle structure. | |
Width | Gets or sets the width of this AnnRectangle structure. | |
X | Gets or sets the x-coordinate of the upper-left corner of this AnnRectangle structure. | |
Y | Gets or sets the y-coordinate of the upper-left corner of this AnnRectangle structure. |
Public Fields
Name | Description | |
---|---|---|
Empty | Represents a new instance of the AnnRectangle structure with member data left uninitialized. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET