Click or drag to resize

RenderResolution Structure

The RenderResolution structure represents a resolution width and height in pixel.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public struct RenderResolution

The RenderResolution type exposes the following members.

Constructors
  NameDescription
Public methodRenderResolution
Initializes a new instance of the RenderResolution structure.
Top
Properties
  NameDescription
Public propertyAspect
Gets the aspect ratio.
Public propertyStatic memberDefault
Gets the default resolution (1024, 768).
Public propertyStatic memberEmpty
Gets an empty resolution.
Public propertyHeight
Gets or sets the resolution height.
Public propertyIsEmpty
Gets a value indicating whether the resolution is empty.
Public propertyPixelCount
Gets the pixel number.
Public propertyWidth
Gets or sets the resolution width.
Top
Methods
  NameDescription
Public methodAdjust
Adjusts the resolution with the specified aspect ratio.
Public methodContains
Determines whether the specified resolution is smaller than the resolution.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Format the RenderResolution to a String.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Equal operator between the two resolutions.
Public operatorStatic memberGreaterThan
Greater than operator between the two resolutions.
Public operatorStatic memberInequality
Difference operator between the two resolutions.
Public operatorStatic memberMultiply
Multiply operator between a resolution and a factor.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also