Home | GR32_Transforms |
TTransformation
Hierarchy
TObject
Description
TTransformation is an abstract ancestor for bitmap transformation classes. TTransformation objects are passed as parameter in the Transform function, which actually performs the bitmap transformation. Custom decendants must at least implement ReverseTransformFloat (and TransformFloat, if forward transformation is supported), since this is the top precision level in the transformation system of Graphics32. All decendants must override at least this level, but for optimal performance, it is recommended that the integer and fixed versions are implemented, respectively.
Reference
Properties | Methods |
---|---|
In TTransformation: | |
SrcRect | GetTransformedBounds |
HasTransformedBounds | |
ReverseTransform | |
Transform |
See Also
TAffineTransformation, Transform, TTransformation
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007