ImageGear .NET - Updated
Focus Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : Focus Property
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

Reference

ImGearVectorView Class
ImGearVectorView Members