C# Class GraphicsEngine.Win32.Kernel32Console.CONSOLE_SCREEN_BUFFER_INFO_EX

Afficher le fichier Open project: ckarcz/GraphicsEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
bFullscreenSupported bool
cbSize uint
dwCursorPosition COORD
dwMaximumWindowSize COORD
dwSize COORD
srWindow SMALL_RECT
wAttributes ushort
wPopupAttributes ushort

Méthodes publiques

Méthode Description
Create ( ) : CONSOLE_SCREEN_BUFFER_INFO_EX

Method Details

Create() public static méthode

public static Create ( ) : CONSOLE_SCREEN_BUFFER_INFO_EX
Résultat CONSOLE_SCREEN_BUFFER_INFO_EX

Property Details

bFullscreenSupported public_oe property

public bool bFullscreenSupported
Résultat bool

cbSize public_oe property

public uint cbSize
Résultat uint

dwCursorPosition public_oe property

public COORD dwCursorPosition
Résultat COORD

dwMaximumWindowSize public_oe property

public COORD dwMaximumWindowSize
Résultat COORD

dwSize public_oe property

public COORD dwSize
Résultat COORD

srWindow public_oe property

public SMALL_RECT srWindow
Résultat SMALL_RECT

wAttributes public_oe property

public ushort wAttributes
Résultat ushort

wPopupAttributes public_oe property

public ushort wPopupAttributes
Résultat ushort