Unit 'DirectXUT' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directxut]

CDXUTElement

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DirectXUT.pas line 385

type CDXUTElement = class(TPersistent)

protected

  procedure AssignTo(); override;

  

public

  iTexture: LongWord;

  

  iFont: LongWord;

  

  dwTextFormat: DWORD;

  

  rcTexture: TRect;

  

  TextureColor: TDXUTBlendColor;

  

  FontColor: TDXUTBlendColor;

  

  constructor Create;

  

  destructor Destroy; override;

  

  procedure SetTexture();

  

  procedure SetFont();

  

  procedure Refresh;

  

end;

Inheritance

CDXUTElement

  

|

TObject



CT Web help

CodeTyphon Studio