![]() | SingleSize Structure |
Namespace: Patagames.Pdf.Net.Controls
The SingleSize type exposes the following members.
Name | Description | |
---|---|---|
![]() | SingleSize |
Initializes a new instance of the SingleSize structure from the specified dimensions.
|
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Gets the empty SingleSize, a special value that represents an empty size.
|
![]() | Height |
Gets or sets the vertical component of this SingleSize structure.
|
![]() | IsEmpty |
This property returns true when this SingleSize structure has both a width and height of 0; otherwise, false.
|
![]() | Width |
Gets or sets the horizontal component of this SingleSize structure.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Tests to see whether the specified object is a SingleSize structure with the same dimensions as this SingleSize structure.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(SingleSize) |
Determines whether the specified SingleSize is equal to this SingleSize.
|
![]() ![]() | Equals(SingleSize, SingleSize) |
Determines whether the specified SingleSize structures are equal.
|
![]() | GetHashCode |
Creates a hash code from this SingleSize Width and Height values.
(Overrides ValueTypeGetHashCode.) |
![]() | ToInt32Size |
Convert this instance of SingleSize to Int32Size.
|
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Adds the width and height of one SingleSize structure to the width and height of another SingleSize structure.
|
![]() ![]() | Equality |
Compares two SingleSize structures for exact equality.
|
![]() ![]() | Inequality |
Compares two SingleSize structures for inequality.
|
![]() ![]() | Subtraction |
Subtracts the width and height of one SingleSize structure from the width and height of another SingleSize structure.
|