UE2:DrawOpBase (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT2004 Object >> DrawOpBase
Package:
XInterface
Direct subclasses:
DrawOpImage, DrawOpText
This class in other games:

null

Properties

DrawColor

Type: Object.Color

Color to set Canvas to.

Default value:

Member Value
A 255
B 255
G 255
R 255

Height

Type: float


Justification

Type: byte

0 - Left/Top 1 - Centered 2 - Right/Bottom

Lft

Type: float


RenderStyle

Type: byte

Render Style to use for this particular Image

Default value: 1

Top

Type: float


Width

Type: float

Location/size is always range 0.0 to 1.0

Instance functions

Draw

function Draw (Canvas Canvas)


GetFont

simulated function Font GetFont (string FontClassName, float ResX)


GetGUIFont

simulated function Font GetGUIFont (string FontClassName, float ResX)


SetPos

function SetPos (float T, float L)


SetSize

function SetSize (float H, float W)