Class TGUIImage

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGUIImage = class(TGUIElement)

Description

GUI element displaying an image.

Hierarchy

Overview

Methods

Public procedure SetColor(NColor: TARGBColor); inline;
Public procedure SetImage(Image: TTexture); inline;

Properties

Public property ScaleImage: Boolean read IsImageScaled write SetScaleImage;
Public property UseAlphaChannel: Boolean read IsAlphaChannelUsed write SetUseAlphaChannel;

Description

Methods

Public procedure SetColor(NColor: TARGBColor); inline;

Sets the colour of the image.

Public procedure SetImage(Image: TTexture); inline;

Sets a new image.

Properties

Public property ScaleImage: Boolean read IsImageScaled write SetScaleImage;

Specifies whether the image should scale to fit the element.

Public property UseAlphaChannel: Boolean read IsAlphaChannelUsed write SetUseAlphaChannel;

Specifies whether the image should use its alpha channel to draw itself.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22