ImageGear .NET v24.12 - Updated
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
public IImGearPoint Position {get; set;}
public: __property IImGearPoint* get_Position();
public: __property void set_Position( 
   IImGearPoint* value
);
public:
property IImGearPoint^ Position {
   IImGearPoint^ get();
   void set (    IImGearPoint^ value);
}

Property Value

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

Reference

ImGearSpotlight Class
ImGearSpotlight Members