Draws the specified portion of the specified Image object at the specified location and with the specified size.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void DrawImage( Image image, VectorRectangle destRect, VectorRectangle srcRect, GraphicsUnit srcUnit ) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub DrawImage ( _ image As Image, _ destRect As VectorRectangle, _ srcRect As VectorRectangle, _ srcUnit As GraphicsUnit _ ) |
Visual C++ |
---|
public: virtual void DrawImage( Image^ image, VectorRectangle destRect, VectorRectangle srcRect, GraphicsUnit srcUnit ) abstract |
Parameters
- image
- Type: System.Drawing..::.Image
- destRect
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle
- srcRect
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle
- srcUnit
- Type: System.Drawing..::.GraphicsUnit