Draws 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 void DrawImage( Image image, double x, double y, double width, double height ) |
Visual Basic (Declaration) |
---|
Public Sub DrawImage ( _ image As Image, _ x As Double, _ y As Double, _ width As Double, _ height As Double _ ) |
Visual C++ |
---|
public: void DrawImage( Image^ image, double x, double y, double width, double height ) |
Parameters
- image
- Type: System.Drawing..::.Image
- x
- Type: System..::.Double
- y
- Type: System..::.Double
- width
- Type: System..::.Double
- height
- Type: System..::.Double