ImageGear .NET - Updated November 28, 2017
Position Property (ImGearVectorLightSource)




ImageGear23.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLightSource Class : Position Property
Gets or sets a light source position. The position is presented as a vector of three coordinates (x, y, z).
Syntax
'Declaration
 
Public Property Position As Single()
 
'Usage
 
Dim instance As ImGearVectorLightSource
Dim value() As Single
 
instance.Position = value
 
value = instance.Position

Property Value

An array of three point coordinates - x, y and z.
Remarks
The default value is (0, 0, 0).
See Also

Reference

ImGearVectorLightSource Class
ImGearVectorLightSource Members