diff --git a/docs/xml/lcl/intfgraphics.xml b/docs/xml/lcl/intfgraphics.xml index 6265b99496..f58afdc7c8 100644 --- a/docs/xml/lcl/intfgraphics.xml +++ b/docs/xml/lcl/intfgraphics.xml @@ -28,6 +28,8 @@ Author: Mattias Gaertner
+ ++InternalReadHead is an overridden TPoint class function. +The return value contains the width and height for the bitmap read from the +header. The X member contains the width for the bitmap. The Y member contains +the height for the bitmap. The return value is an empty TPoint instance (X=0, +Y=0) if the bitmap file header does not contain the bitmap magic word "BM" in +the header type. +
++InternalReadHead is conditionally defined for FPC compiler versions prior to +3.3.1 where the InternalSize function was not implemented in an ancestor class +to use values in the bitmap header. +
+