Creates an ImageElement object from the specified Image object.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)
Syntax
| C# |
|---|
public static ImageElement FromImage( Image image ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function FromImage ( _ image As Image _ ) As ImageElement |
| Visual C++ |
|---|
public: static ImageElement^ FromImage( Image^ image ) |
Parameters
- image
- Type: System.Drawing..::.Image
Image from which to create the ImageElement object.