DpiScale Estructura
Definición
public value class DpiScale
public struct DpiScale
type DpiScale = struct
Public Structure DpiScale
- Herencia
Constructores
DpiScale(Double, Double) |
Inicializa una nueva instancia de la estructura DpiScale.Initializes a new instance of the DpiScale structure. |
Propiedades
DpiScaleX |
Obtiene la escala de PPP en el eje X.Gets the DPI scale on the X axis. |
DpiScaleY |
Obtiene la escala de PPP en el eje Y.Gets the DPI scale on the Yaxis. |
PixelsPerDip |
Obtenga o establezca el valor de PixelsPerDip en el que se debe representar el texto.Get or sets the PixelsPerDip at which the text should be rendered. |
PixelsPerInchX |
Obtiene el valor de PPP en el eje X.Gets the DPI along X axis. |
PixelsPerInchY |
Obtiene el valor de PPP en el eje Y.Gets the DPI along Y axis. |