RenderPresentParameters Structure |
Namespace: Lumiscaphe.Workshop.Interop
The RenderPresentParameters type exposes the following members.
Name | Description | |
---|---|---|
RenderPresentParameters(RenderResolution) |
Initializes a new instance of the RenderPresentParameters structure using a resolution. The position is set to Empty and the rendering and client resolution are set to resolution | |
RenderPresentParameters(RenderPosition, RenderResolution, RenderResolution) |
Initializes a new instance of the RenderPresentParameters structure using the specified parameters.
|
Name | Description | |
---|---|---|
Buffer |
Gets or sets the present buffer.
| |
ClearColor |
Gets or sets the clear color.
| |
ClientResolution |
Gets or sets the client resolution.
| |
Empty |
Gets an empty present parameters.
| |
FlipX |
Gets or sets a value indicating whether the blitter should flip on x axis.
| |
FlipY |
Gets or sets a value indicating whether the blitter should flip on y axis.
| |
Position |
Gets or sets the top left position.
| |
Resolution |
Gets or sets the rendering resolution.
|
Name | Description | |
---|---|---|
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 RenderPresentParameters to a String.
(Overrides ValueTypeToString.) |