HorizontalScaleFactor property
Returns a value that is used to calculate the pixel value of a horizontal measurement when a display has been scaled (resized). The value of this property is 1 if the display is not scaled. Read-only. Single.
Syntax
Display
.HorizontalScaleFactor
where
Display
– is the name of a Display object or an expression that evaluates to a Display object.Remarks
Multiply DisplayAreaWidth by HorizontalScaleFactor to get the actual width of the display region in pixels.
Provide Feedback