Metodo System::Drawing::Size::Ceiling
Size::Ceiling method
Crea un oggetto Size dal specificato oggetto SizeF arrotondando i valori di larghezza e altezza dell’oggetto SizeF al prossimo intero superiore.
static Size System::Drawing::Size::Ceiling(const SizeF &size)
| Parametro | Tipo | Descrizione |
|---|---|---|
| size | const SizeF& | L’oggetto SizeF da convertire |
ReturnValue
Un oggetto Size costruito da size
Vedi anche
- Class Size
- Class SizeF
- Class Size
- Namespace System::Drawing
- Library Aspose.Font for C++