Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
This unit contains classes and types which are used for a hardware accelerated canvas environment
Name | Description |
---|---|
Class TAdBrush |
Class which defines the look of the brush of the canvas. |
Class TAdPen |
A class which defines the settings of the outer line of a canvas object. |
Class TAdCanvasObject |
An abstract class, which represents an object which can be present on the TAdCanvas surface. |
Class TAdCanvasDisplayList |
Contains multiple TAdCanvasObject objects. |
record TAdCanvasQuad |
Represents the four positions of a quad. |
record TAdCanvasColorQuad |
Represents the four positions of a quad with the correspondenting colors. |
Class TAdCanvas |
TAdCanvas is a hardware accelerated canvas object, that may perform the most comon graphic operations in high speed. |
TAdColors = array[0..3] of TAndorraColor; |
TAdBrushStyle = (...); |
TAdPenStyle = (...); |
TAdPenPosition = (...); |
TAdCanvasTextureMode = (...); |
TAdCanvasTexturePosition = (...); |
TAdCanvasGradientDirection = (...); |
TAdCanvasUpdateState = (...); |
PAdCanvasObjectList = ˆTAdCanvasDisplayList; |
PAdCanvasQuad = ˆTAdCanvasQuad; |
TAdColors = array[0..3] of TAndorraColor; |
A set of three colors used to define the colors of a quad-object. |
TAdBrushStyle = (...); |
Defines the style of the brush. Values
|
TAdPenStyle = (...); |
Defines the style of the pen. Values
|
TAdCanvasTexturePosition = (...); |
Defines the relative position of the texture. Values
|
TAdCanvasGradientDirection = (...); |
Defines the direction of the gradient. See also
Values
|
PAdCanvasObjectList = ˆTAdCanvasDisplayList; |
A pointer to TAdCanvasDisplayList. See also
|
PAdCanvasQuad = ˆTAdCanvasQuad; |
Pointer type of TAdCanvasQuad |