Object TBGLContext
Unit
Declaration
type TBGLContext = object(TObject)
Description
Context for OpenGL surface
Hierarchy
- TObject
- TBGLContext
Overview
Fields
Canvas: TBGLCustomCanvas; |
|
Sprites: TBGLCustomSpriteEngine; |
Properties
property Height: integer read GetHeight; |
|
property Width: integer read GetWidth; |
Description
Fields
Canvas: TBGLCustomCanvas; |
|
This item has no description. |
Sprites: TBGLCustomSpriteEngine; |
|
This item has no description. |
Properties
property Height: integer read GetHeight; |
|
This item has no description. |
property Width: integer read GetWidth; |
|
This item has no description. |