| RenderResolutionMultiply Operator |
Multiply operator between a resolution and a factor.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static RenderResolution operator *(
RenderResolution resolution,
int factor
)
public:
static RenderResolution operator *(
RenderResolution resolution,
int factor
)
Parameters
- resolution
- Type: Lumiscaphe.Workshop.InteropRenderResolution
The resolution. - factor
- Type: SystemInt32
The factor.
Return Value
Type:
RenderResolutionThe resolution multiplied by the factor.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also