ImageGear .NET - Updated May 1, 2018
Fixed Field




ImageGear24.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

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