ImageGear .NET - Updated December 24, 2018
Position Property (ImGearSpotlight)




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearSpotlight Class : Position Property
Gets or sets coordinates of the light source.
Syntax
'Declaration
 
Public Property Position As IImGearPoint
 
'Usage
 
Dim instance As ImGearSpotlight
Dim value As IImGearPoint
 
instance.Position = value
 
value = instance.Position

Property Value

ImageGear.Core.ImGearPoint structure.
Remarks
This property represents the coordinates of the light source.
See Also

Reference

ImGearSpotlight Class
ImGearSpotlight Members