ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / Focus Property




In This Topic
    Focus Property
    In This Topic
    Gets or sets a lens focus of the view.
    Syntax
    'Declaration
     
    Public Property Focus As Single
    'Usage
     
    Dim instance As ImGearVectorView
    Dim value As Single
     
    instance.Focus = value
     
    value = instance.Focus
    public float Focus {get; set;}
    public: __property float get_Focus();
    public: __property void set_Focus( 
       float value
    );
    public:
    property float Focus {
       float get();
       void set (    float value);
    }

    Property Value

    Any non-negative floating point value.
    Remarks
    The default value is 0.
    See Also