PointsAt Property (SpotSpecular)
In This Topic
Where the spot light is focused. The property is exposed as a
C1.Util.DX.Vector3 with – (x, y, z). The units are in DIPs and the values are unbounded.
Syntax
'Declaration
Public Property PointsAt As Vector3
public Vector3 PointsAt {get; set;}
See Also