TZGlobalImagesResize_Bitmap Méthode
Change la taille d'un bitmap
Espace de nom: Tzu3DAssembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
public static Bitmap Resize_Bitmap(
ref Bitmap myBitmap,
int width,
int height,
bool DisposeOriginal
)
Public Shared Function Resize_Bitmap (
ByRef myBitmap As Bitmap,
width As Integer,
height As Integer,
DisposeOriginal As Boolean
) As Bitmap
- myBitmap Bitmap
- Le bitmap source à changer
- width Int32
- Largeur voulu
- height Int32
- Hauteur voulu
- DisposeOriginal Boolean
- Detruit le bitmap en référence avant de retourner le nouveau bitmap
BitmapRetourne un nouveau bitmap à la taille voulu