Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet.Drawing (dans Developpez.Dotnet.Drawing.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Rogne l'image d'origine en ne conservant que la zone spécifiée, et renvoie la nouvelle image
Espace de nom : Developpez.Dotnet.DrawingAssembly : Developpez.Dotnet.Drawing (dans Developpez.Dotnet.Drawing.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static Bitmap Crop( this Bitmap bitmap, Rectangle cropRectangle ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function Crop ( _ bitmap As Bitmap, _ cropRectangle As Rectangle _ ) As Bitmap |
Visual C++ |
---|
public: [ExtensionAttribute] static Bitmap^ Crop( Bitmap^ bitmap, Rectangle cropRectangle ) |
Paramètres
- bitmap
- Type: System.Drawing..::..Bitmap
L'image à rogner
- cropRectangle
- Type: System.Drawing..::..Rectangle
La zone de l'image à conserver