| ProjectorLightProjection Property |
Gets or sets the projection.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Projection Projection { get; set; }
Public Property Projection As Projection
Get
Set
public:
property Projection^ Projection {
Projection^ get ();
void set (Projection^ value);
}
member Projection : Projection with get, set
Property Value
Type:
Projection
The projection of the projector. The default value is a new
PerspectiveProjection.
Exceptions Remarks See Also