Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.Canvas

Extends
Object
Modifiers
intrinsic

Core.Object
|   
+-- Engine.Canvas

Constants Summary
Inherited Contants from Core.Object
MaxInt, Pi

Variables Summary
boolbCenter
fontBigFont
boolbNoSmooth
floatClipX
floatClipY
floatCurX
floatCurY
floatCurYL
colorDrawColor
fontFont
intFramePtr
fontLargeFont
fontMedFont
floatOrgX
floatOrgY
intSizeX
intSizeY
fontSmallFont
floatSpaceX
floatSpaceY
byteStyle
viewportViewport
floatZ
Inherited Variables from Core.Object
Class, Name, ObjectFlags, ObjectInternal[6], Parent

Enumerations Summary
Inherited Enumerations from Core.Object
ESheerAxis

Structures Summary
Inherited Structures from Core.Object
BoundingBox, BoundingVolume, Color, Coords, DynamicArray, DynamicString, Guid, Plane, Rotator, Scale, Vector

Functions Summary
function DrawIcon (texture Tex, float Scale)
function DrawPattern (texture Tex, float XL, float YL, float Scale)
function DrawRect (texture Tex, float RectX, float RectY)
function DrawText (coerce string[255] Text, optional bool CR)
function DrawTile (texture Tex, float XL, float YL, float U, float V, float UL, float VL)
event Reset ()
function SetClip (float X, float Y)
function SetOrigin (float X, float Y)
function SetPos (float X, float Y)
Inherited Functions from Core.Object
!, !=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, Abs, Asc, Atan, BeginState, Clamp, ClassIsChildOf, Cos, Disable, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetEnum, GetStateName, GotoState, InStr, IsInState, Len, Lerp, Log, Loge, Max, Min, Rand, ResetConfig, SaveConfig, SetPropertyText, Sin, Smerp, Sqrt, Square, Tan, Warn, [, ^, ^^, |, ||, ~, ~=


Variables Detail

bCenter Source code

var bool bCenter;

BigFont Source code

var const font BigFont;

bNoSmooth Source code

var bool bNoSmooth;

ClipX Source code

var float ClipX;

ClipY Source code

var float ClipY;

CurX Source code

var float CurX;

CurY Source code

var float CurY;

CurYL Source code

var float CurYL;

DrawColor Source code

var color DrawColor;

Font Source code

var font Font;

FramePtr Source code

var const int FramePtr;

LargeFont Source code

var const font LargeFont;

MedFont Source code

var const font MedFont;

OrgX Source code

var float OrgX;

OrgY Source code

var float OrgY;

SizeX Source code

var const int SizeX;

SizeY Source code

var const int SizeY;

SmallFont Source code

var const font SmallFont;

SpaceX Source code

var float SpaceX;

SpaceY Source code

var float SpaceY;

Style Source code

var byte Style;

Viewport Source code

var const viewport Viewport;

Z Source code

var float Z;


Functions Detail

DrawIcon Source code

final function DrawIcon ( texture Tex, float Scale )

DrawPattern Source code

final function DrawPattern ( texture Tex, float XL, float YL, float Scale )

DrawRect Source code

final function DrawRect ( texture Tex, float RectX, float RectY )

DrawText Source code

intrinsic(465) final function DrawText ( coerce string[255] Text, optional bool CR )

DrawTile Source code

intrinsic(466) final function DrawTile ( texture Tex, float XL, float YL, float U, float V, float UL, float VL )

Reset Source code

event Reset ( )

SetClip Source code

final function SetClip ( float X, float Y )

SetOrigin Source code

final function SetOrigin ( float X, float Y )

SetPos Source code

final function SetPos ( float X, float Y )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:39.031 - Created with UnCodeX