GetTransformedBounds

Graphics32

TRemapTransformation.GetTransformedBounds

function GetTransformedBounds: TRect; override;

Description

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.

See Also

HasTransformedBounds, TRect