diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-12-13 22:03:32 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-12-13 22:07:15 +0000 |
commit | f86e17b35b68f9390bcd4d65b9607c8306c28fd0 (patch) | |
tree | 9be6f243bbb79288aaf56e41bbcc380c5530c01c /docs | |
parent | 9de6b744a42653daec7f8499ab6855072f09f6a6 (diff) | |
download | fpGUI-f86e17b35b68f9390bcd4d65b9607c8306c28fd0.tar.xz |
docs: Adds some documentation about TfpgImageBase and its ImageData property
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/corelib/fpg_main.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/xml/corelib/fpg_main.xml b/docs/xml/corelib/fpg_main.xml index 613c0feb..e3945fed 100644 --- a/docs/xml/corelib/fpg_main.xml +++ b/docs/xml/corelib/fpg_main.xml @@ -113,6 +113,19 @@ until the timer is disabled when the Enabled property is set to False.</descr> <descr><printshort id="TfpgWindow"/>.</descr> </element> +<element name="TfpgImageBase"> +<short>The base class representing a image</short> +<descr><printshort id="TfpgImageBase"/>.</descr> +</element> + +<element name="TfpgImageBase.ImageData"> +<short>Contains the pixel data of the image. The data format is in AARRGGBB format.</short> +<descr><printshort id="TfpgImageBase.ImageData"/>.</descr> +</element> + + + + </module> <!-- fpg_main --> </package> |