Skip to content

Add support for TRectF.Create

Tom requested to merge piula/fpc:main into main

Summary

Added constructors for TRectF.

What is the current bug behavior?

TRectF lacks constrcutors

What is the behavior after applying this patch?

r := TRectF.Create(...) can be used now

Merge request reports