Metodo UtilityGetImageRectangle(Image, 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(
Image img,
Rectangle bounds
)
Public Shared Function GetImageRectangle (
img As Image,
bounds As Rectangle
) As Rectangle
public:
static Rectangle GetImageRectangle(
Image^ img,
Rectangle bounds
)
static member GetImageRectangle :
img : Image *
bounds : Rectangle -> Rectangle
Parametri
- img Image
- Immagine usata per calcolare le dimensioni del rettangolo
- bounds Rectangle
- Area interessata
Valore di ritorno
RectangleVedi anche