_Global.PixelsToPoints(Single, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit en points une mesure en pixels.
public float PixelsToPoints (float Pixels, ref object fVertical);
abstract member PixelsToPoints : single * obj -> single
Public Function PixelsToPoints (Pixels As Single, Optional ByRef fVertical As Object) As Single
Paramètres
- Pixels
- Single
Argument de type Single obligatoire. Valeur en pixels à convertir en points.
- fVertical
- Object
Objet facultatif. True pour convertir les pixels verticaux ; False pour convertir les pixels horizontaux.
Retours
Remarques
Cette méthode retourne la mesure convertie en tant que Single.