Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D.Effects Namespace / SpotDiffuse Class / PointsAt Property

In This Topic
    PointsAt Property (SpotDiffuse)
    In This Topic
    Where the spot light is focused. The property is exposed as a GrapeCity.Documents.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