Method | Description | |
---|---|---|
CreatePrimarySurface ( |
|
|
CreateSurface ( int width, int height ) : IGraphicsSurface |
|
|
CreateWorkSurface ( int width, int height ) : IGraphicsSurface |
|
|
GetWindowRect ( |
|
|
SetFullScreenMode ( |
|
|
SetWindow ( |
|
public CreatePrimarySurface ( |
||
handle | ||
fullScreen | bool | |
doubleBuffer | bool | |
return | IGraphicsSurface |
public CreateSurface ( int width, int height ) : IGraphicsSurface | ||
width | int | |
height | int | |
return | IGraphicsSurface |
public CreateWorkSurface ( int width, int height ) : IGraphicsSurface | ||
width | int | |
height | int | |
return | IGraphicsSurface |
public GetWindowRect ( |
||
handle | ||
windowRect | ||
return | void |
public SetFullScreenMode ( |
||
handle | ||
return | void |
public SetWindow ( |
||
handle | ||
return | void |