function GetTransformedBounds: TRect; override;
TRemapTransformation does not support transformed bounds retrieval. This can be determined calling HasTransformedBounds. However if called anyway, it returns Rect(-MaxInt, -MaxInt, MaxInt, MaxInt). The reason is that the transformed bounds cannot be predicted without transforming each vector in the vector map (an extreme overhead in performance), so the absolute most extreme transformed bounds will be returned.
Rectangle Types, HasTransformedBounds
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024