Metodo UtilityGetImageRectangle(Int32, Int32, 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(
int w,
int h,
Rectangle bounds
)
Public Shared Function GetImageRectangle (
w As Integer,
h As Integer,
bounds As Rectangle
) As Rectangle
public:
static Rectangle GetImageRectangle(
int w,
int h,
Rectangle bounds
)
static member GetImageRectangle :
w : int *
h : int *
bounds : Rectangle -> Rectangle
Parametri
- w Int32
- Larghezza dell'immagine
- h Int32
- Altezza dell'immagine
- bounds Rectangle
- Area interessata
Valore di ritorno
RectangleVedi anche