ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearSpotlight Class / Position Property




In This Topic
    Position Property (ImGearSpotlight)
    In This Topic
    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