Class TAd2DCustomBitmap

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAd2DCustomBitmap = class(TObject)

Description

TAd2DCustomBitmap is the base bitmap class that defines the main bitmap properties.

Hierarchy

Overview

Properties

Public property Width: integer read FWidth;
Public property Height: integer read FHeight;
Public property Size: int64 read FSize;
Public property Memory: PByte read FMemory;

Description

Properties

Public property Width: integer read FWidth;

The width of the bitmap in pixels.

Public property Height: integer read FHeight;

The height of the bitmap in pixels.

Public property Size: int64 read FSize;

The size of the bitmap in bytes.

Public property Memory: PByte read FMemory;

Pointer to the top-left pixel in memory. The pixels are in a 4-Byte format (BGRA) and ordered from left to right and top to bottom.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:58