C# Class GraphicsEngine.Win32.Kernel32Console.CONSOLE_SCREEN_BUFFER_INFO_EX

Show file Open project: ckarcz/GraphicsEngine Class Usage Examples

Public Properties

Property Type Description
bFullscreenSupported bool
cbSize uint
dwCursorPosition COORD
dwMaximumWindowSize COORD
dwSize COORD
srWindow SMALL_RECT
wAttributes ushort
wPopupAttributes ushort

Public Methods

Method Description
Create ( ) : CONSOLE_SCREEN_BUFFER_INFO_EX

Method Details

Create() public static method

public static Create ( ) : CONSOLE_SCREEN_BUFFER_INFO_EX
return CONSOLE_SCREEN_BUFFER_INFO_EX

Property Details

bFullscreenSupported public property

public bool bFullscreenSupported
return bool

cbSize public property

public uint cbSize
return uint

dwCursorPosition public property

public COORD dwCursorPosition
return COORD

dwMaximumWindowSize public property

public COORD dwMaximumWindowSize
return COORD

dwSize public property

public COORD dwSize
return COORD

srWindow public property

public SMALL_RECT srWindow
return SMALL_RECT

wAttributes public property

public ushort wAttributes
return ushort

wPopupAttributes public property

public ushort wPopupAttributes
return ushort