[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TSharedCustomBitmap.Width

The Width of the Bitmap.

Declaration

Source position: graphics.pp line 1373

public property TSharedCustomBitmap.Width : Integer
  read GetWidth;

Description

Width is a read-only Integer property which contains the width for the shared bitmap image as indicated in the descriptor for the raw image data. The property value is always 0 (zero) when the descriptor for the internal raw image data contains ricfNone.

See also

TRawImage.Description

TRawImageDescription.Format

TRawImageColorFormat


Version 3.2 Generated 2024-02-25 Home