Draws the specified Image object, using its original physical size, at the specified location.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void DrawImage( Image image, Vector location ) |
Visual Basic (Declaration) |
---|
Public Sub DrawImage ( _ image As Image, _ location As Vector _ ) |
Visual C++ |
---|
public: void DrawImage( Image^ image, Vector location ) |
Parameters
- image
- Type: System.Drawing..::.Image
- location
- Type: PerpetuumSoft.Framework.Drawing..::.Vector