Click or drag to resize

LightRig SetRotation Method

A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void SetRotation(
	float latitude,
	float longitude,
	float revolution
)

Parameters

latitude
Type: System Single
longitude
Type: System Single
revolution
Type: System Single
See Also