ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback