CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Class TImageOperation

Unit

Base2D

Declaration

type TImageOperation = class(TOperation)

Description

Base class for operations affecting an image

Hierarchy

TOperation

Fields

 NameDescription
ProtectedFDataPointer to operation data
ProtectedFImageBpPImage bytes per pixel
ProtectedFImageDataPointer to image data
ProtectedFImageFormatImage pixel format
ProtectedFImageLineLengthImage line length in pixels
ProtectedFRectRectangle on image affected by the operation

Methods

Overview

Publicconstructor Create(AImageData: Pointer; AImageLineLength, AImageFormat: Integer; const ARect: BaseTypes.TRect);
Protectedprocedure DoApply; override;

Description

Publicconstructor Create(AImageData: Pointer; AImageLineLength, AImageFormat: Integer; const ARect: BaseTypes.TRect);

 

Protectedprocedure DoApply; override;

 

Properties

Overview

Publicproperty Rect: BaseTypes;

Description

Publicproperty Rect: BaseTypes;

Rectangle on image affected by the operation

Last modified: 26 Oct, 2008
Copyright (C) 2006-2008, casteng.com