Struct ClientDisplay
This structure is returned when WFQuerySessionInformation is called with WFInfoClasses.ClientDisplay
Namespace: Dapplo.Windows.Citrix.Structs
Assembly: Dapplo.Windows.Citrix.dll
Syntax
public struct ClientDisplay
Properties
| Improve this Doc View SourceClientSize
Return the client's display size
Declaration
public SIZE ClientSize { get; }
Property Value
Type | Description |
---|---|
SIZE |
ColorDepth
Returns the number of colors the client can display
Declaration
public uint ColorDepth { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |