ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearOctreeReductionOptions Class / FastRemap Field




In This Topic
FastRemap Field (ImGearOctreeReductionOptions)
In This Topic
Specifies whether to optimize for speed or quality.
Syntax
'Declaration
 
Public FastRemap As Boolean
 
'Usage
 
Dim instance As ImGearOctreeReductionOptions
Dim value As Boolean
 
value = instance.FastRemap
 
instance.FastRemap = value

Field Value

Set to true to optimize for speed; set to false to optimize for quality.
See Also