C# Class GraphicsEngine.Win32.Kernel32Console.CONSOLE_SCREEN_BUFFER_INFO_EX

Exibir arquivo 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_oe property

public bool bFullscreenSupported
return bool

cbSize public_oe property

public uint cbSize
return uint

dwCursorPosition public_oe property

public COORD dwCursorPosition
return COORD

dwMaximumWindowSize public_oe property

public COORD dwMaximumWindowSize
return COORD

dwSize public_oe property

public COORD dwSize
return COORD

srWindow public_oe property

public SMALL_RECT srWindow
return SMALL_RECT

wAttributes public_oe property

public ushort wAttributes
return ushort

wPopupAttributes public_oe property

public ushort wPopupAttributes
return ushort