Questo argomento non è stato ancora valutato - Valuta questo argomento

Proprietà RectangleF.Size

Aggiornamento: novembre 2007

Ottiene o imposta le dimensioni di questa struttura RectangleF.

Spazio dei nomi:  System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

[BrowsableAttribute(false)]
public SizeF Size { get; set; }
/** @property */
/** @attribute BrowsableAttribute(false) */
public SizeF get_Size()
/** @property */
/** @attribute BrowsableAttribute(false) */
public  void set_Size(SizeF value)

public function get Size () : SizeF
public function set Size (value : SizeF)

Valore proprietà

Tipo: System.Drawing.SizeF

Struttura SizeF che rappresenta la larghezza e l'altezza della struttura RectangleF.

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition , Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

.NET Framework

Supportato in: 3.5, 3.0, 2.0, 1.1, 1.0
Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
© 2013 Microsoft. Tutti i diritti riservati.