RenderResolution Structure |
Namespace: Lumiscaphe.Workshop.Interop
The RenderResolution type exposes the following members.
Name | Description | |
---|---|---|
RenderResolution |
Initializes a new instance of the RenderResolution structure.
|
Name | Description | |
---|---|---|
Aspect |
Gets the aspect ratio.
| |
Default |
Gets the default resolution (1024, 768).
| |
Empty |
Gets an empty resolution.
| |
Height |
Gets or sets the resolution height.
| |
IsEmpty |
Gets a value indicating whether the resolution is empty.
| |
PixelCount |
Gets the pixel number.
| |
Width |
Gets or sets the resolution width.
|
Name | Description | |
---|---|---|
Adjust |
Adjusts the resolution with the specified aspect ratio.
| |
Contains |
Determines whether the specified resolution is smaller than the resolution.
| |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Format the RenderResolution to a String.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality |
Equal operator between the two resolutions.
| |
GreaterThan |
Greater than operator between the two resolutions.
| |
Inequality |
Difference operator between the two resolutions.
| |
Multiply |
Multiply operator between a resolution and a factor.
|