SizeF
Vue de l’ensemble
‘SizeF’ est une classe dans Aspose.Slides FOSS pour .NET.
Il représente une taille 2D avec des dimensions flottantes.
Cette classe fournit 4 méthodes pour travailler avec les objets SizeF dans des programmes .NET. Les méthodologies disponibles comprennent: ‘Equals’, ‘GetHashCode’, SizeF, ‘ToString’. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de la Aspose.Slides FOSS pour le package .net. Propriétés: Height , ‘Width`.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Width | float | Read/Write | Gets or sets the width. |
Height | float | Read/Write | Gets or sets the height. |
méthodes
| Signature | Description |
|---|---|
SizeF(width: float, height: float) | Initializes a new instance of SizeF with the specified dimensions. |
Equals(obj: object?) | Determines whether the provided object is equal to this SizeF instance |
GetHashCode() | Returns a hash code representing the current SizeF values |
ToString() | Returns a string that describes the width and height of the SizeF |
Voir aussi
- Aspose.Slides - référence API d’entreprise