提供: RAD Studio API Documentation
PNG イメージを VCL アプリケーションに追加する際に使用する、クラス、関数、型、変数を定義します。
クラス
ルーチン
型
変数
定数
COLOR_GRAYSCALE | COLOR_GRAYSCALE: Integer = 0; |
COLOR_GRAYSCALEALPHA | COLOR_GRAYSCALEALPHA: Integer = 4; |
COLOR_PALETTE | COLOR_PALETTE: Integer = 3; |
COLOR_RGB | COLOR_RGB: Integer = 2; |
COLOR_RGBALPHA | COLOR_RGBALPHA: Integer = 6; |
FILTER_AVERAGE | FILTER_AVERAGE: Integer = 3; |
FILTER_NONE | FILTER_NONE: Integer = 0; |
FILTER_PAETH | FILTER_PAETH: Integer = 4; |
FILTER_SUB | FILTER_SUB: Integer = 1; |
FILTER_UP | FILTER_UP: Integer = 2; |
LibraryVersion | LibraryVersion: string = 1.564; |
Z_FINISH | Z_FINISH: Integer = 4; |
Z_NO_FLUSH | Z_NO_FLUSH: Integer = 0; |
Z_STREAM_END | Z_STREAM_END: Integer = 1; |