Class TImageSpriteEx

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TImageSpriteEx = class(TImageSprite)

Description

An extended sprite which draws sprites blended and rotatet.

Hierarchy

Overview

Methods

Public constructor Create(AParent:TSprite); override;

Properties

Published property Alpha: double read FAlpha write SetAlpha;
Published property Angle: double read FAngle write SetAngle;
Published property Color: LongInt read FColor write SetColor;
Published property RotationCenterX: double read FRotationCenterX write SetRotationCenterX;
Published property RotationCenterY: double read FRotationCenterY write SetRotationCenterY;

Description

Methods

Public constructor Create(AParent:TSprite); override;

Creates an instance of TImageSpriteEx

Properties

Published property Alpha: double read FAlpha write SetAlpha;

The alpha blend value of the sprite

Published property Angle: double read FAngle write SetAngle;

The rotation angle from 0 to 360.

Published property Color: LongInt read FColor write SetColor;

The color of the sprite

Published property RotationCenterX: double read FRotationCenterX write SetRotationCenterX;

The x-rotation center

Published property RotationCenterY: double read FRotationCenterY write SetRotationCenterY;

The y-rotation center

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00