Click or drag to resize

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
)

Parameters

resolution
Type: Lumiscaphe.Workshop.InteropRenderResolution
The resolution.
factor
Type: SystemInt32
The factor.

Return Value

Type: RenderResolution
The resolution multiplied by the factor.
Exceptions
ExceptionCondition
ArgumentExceptionfactor <= 0
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also