Creates an ImageElement object from the specified Image object.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.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.