ImageGear v26.3 - Updated
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
    public bool FastRemap
    public: bool FastRemap
    public:
    bool FastRemap

    Field Value

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