ImageGear .NET v25.1 - Updated
Fixed Field




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearZoomComponentInfo Structure : Fixed Field
Specifies fixed or non-fixed zoom mode.
Syntax
'Declaration
 
Public Fixed As Boolean
'Usage
 
Dim instance As ImGearZoomComponentInfo
Dim value As Boolean
 
value = instance.Fixed
 
instance.Fixed = value
public bool Fixed
public: bool Fixed
public:
bool Fixed

Field Value

Boolean value.
Remarks
Fixed zoom value (true) indicates that Value field is in use. With non-fixed zoom value (false), actual zoom factor is calculated without Value field information.
See Also

Reference

ImGearZoomComponentInfo Structure
ImGearZoomComponentInfo Members