MaintainUnscaledImage Property
By default, Reflection scales graphics images down so that an entire image fits on the PC display. Set this property to True if you want to see an image as it would appear on a terminal display. Use Alt with the arrow keys to pan the window.
bool MaintainUnscaledImage {get; set;}
'Declaration
Property MaintainUnscaledImage As Boolean
'Usage
Dim instance As IScreen
Dim value As Boolean
instance.MaintainUnscaledImage = value
value = instance.MaintainUnscaledImage