Neodynamic ImageDraw SDK for .NET
ImageElement
An ImageElement – represented by Neodynamic.SDK.ImageElement class – simply wraps an image or picture that must be drawn on the Canvas.


Image Formats that can be wrapped by ImageElement objects
The ImageElement object can wrap and manage the following image formats:

ImageElement sources
The image or picture -wrapped by ImageElement objects- can be acquired from several sources such as a URL or path file, Base64 string, byte array, or System.Drawing.Image object. The following points describe in details each source and their settings.
Static (Shared) methods of ImageElement class
The Neodynamic.SDK.ImageElement class features five useful static (shared) methods for creating ImageElement objects depending of the source type.
Applying Actions (Imaging Effects) on ImageElement objects
Most time, ImageElement objects will require some "retouching" such as resizing, scaling, FX effects and so on. An ImageElement can be "affected" by more than one Action because ImageElement objects feature an Actions property of type Neodynamic.SDK.ActionCollection.

Learn more about Actions...