PrinterUnitConvert Classe
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.
Spécifie une série de méthodes de conversion utilisées pour interagir avec l'interface de programmation d'applications (API) d'impression Win32. Cette classe ne peut pas être héritée.
public ref class PrinterUnitConvert sealed
public sealed class PrinterUnitConvert
type PrinterUnitConvert = class
Public NotInheritable Class PrinterUnitConvert
- Héritage
-
PrinterUnitConvert
Remarques
En règle générale, cette classe n’est pas appelée directement.
Pour plus d’informations sur l’impression, consultez la vue d’ensemble de l’espace System.Drawing.Printing de noms.
Méthodes
Convert(Double, PrinterUnit, PrinterUnit) |
Convertit un nombre à virgule flottante double précision d’un type PrinterUnit en autre type PrinterUnit. |
Convert(Int32, PrinterUnit, PrinterUnit) |
Convertit un entier signé 32 bits à partir d’un PrinterUnit en un autre type PrinterUnit. |
Convert(Margins, PrinterUnit, PrinterUnit) |
Convertit un Margins d’un type PrinterUnit en un autre type PrinterUnit. |
Convert(Point, PrinterUnit, PrinterUnit) |
Convertit un Point d’un type PrinterUnit en un autre type PrinterUnit. |
Convert(Rectangle, PrinterUnit, PrinterUnit) |
Convertit un Rectangle d’un type PrinterUnit en un autre type PrinterUnit. |
Convert(Size, PrinterUnit, PrinterUnit) |
Convertit un Size d’un type PrinterUnit en un autre type PrinterUnit. |
Equals(Object) |
Détermine si l'objet spécifié est égal à l'objet actuel. (Hérité de Object) |
GetHashCode() |
Fait office de fonction de hachage par défaut. (Hérité de Object) |
GetType() |
Obtient le Type de l'instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Crée une copie superficielle du Object actuel. (Hérité de Object) |
ToString() |
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |