Metodo UtilityGetImageRectangle(Icon, Rectangle)
|
Restituisce il rettangolo in cui disegnare l'immagine
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public static Rectangle GetImageRectangle(
Icon icon,
Rectangle bounds
)
Public Shared Function GetImageRectangle (
icon As Icon,
bounds As Rectangle
) As Rectangle
public:
static Rectangle GetImageRectangle(
Icon^ icon,
Rectangle bounds
)
static member GetImageRectangle :
icon : Icon *
bounds : Rectangle -> Rectangle
Parametri
- icon Icon
- Icona usata per calcolare le dimensioni del rettangolo
- bounds Rectangle
- Area interessata
Valore di ritorno
RectangleVedi anche