ComponentOne Bitmap for UWP
LightPosition Property (SpotDiffuse)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D.Effects Namespace > SpotDiffuse Class : LightPosition Property
The light position of the point light source. The property is a C1.Util.DX.Vector3 defined as (x, y, z). The units are in device-independent pixels (DIPs) and the values are unitless and unbounded.
Syntax
'Declaration
 
Public Property LightPosition As Vector3
public Vector3 LightPosition {get; set;}
See Also

Reference

SpotDiffuse Class
SpotDiffuse Members