ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / SpotSpecular Class / PointsAt Property

In This Topic
    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