Click or drag to resize
DisplayNativeDisplayRect Property
Return the rectangle into which code can draw using game-native coordinates

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public Rectangle NativeDisplayRect { get; }

Property Value

Type: Rectangle
Remarks
This rectangle's coordinates will be half of the physical coordinates if scaleFactor is 2.
See Also