The ImageDraw type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetDraftImage |
Returns a Bitmap object of the draft image.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetOutputImage |
Returns a Bitmap object of the output image. The image format will be the specified by ImageFormat property.
| |
GetOutputImageBinary | Overloaded. | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
GetXmlTemplate |
Gets an XML Template for the composite image.
| |
LoadXmlTemplate |
Restores the composite image based on data in the specified XML Template.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Save | Overloaded. | |
SaveWbmpImage | Overloaded. | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Actions |
Gets the Action objects that will applied on this Neodynamic.SDK.ImageDraw object.
| |
Background |
Gets the background fill only when applying Actions on the whole output image.
| |
Canvas |
Gets the image canvas. Represents the surface on which Element objects are drawn.
| |
ColorDepth |
Gets or sets the pixel format (a.k.a. color depth) that defines the number of bits within each pixel (a.k.a. bpp). If the output image format is GIF, then the Color Depth value will be ignored because GIF images are always saved using an 8 bits-per-pixel.
| |
Dpi |
Gets or sets the resolution of the output image; in dots per inch (DPI). Default value is 96.
| |
Elements |
Gets a collection of Element objects representing the individual elements within the control.
| |
ImageFormat |
Gets or sets the image format to render. MIME possible values: Gif, Jpeg, Bmp, and Png.
| |
JpegCompressionLevel |
Gets or sets the JPEG Compression Level that must be applied when the output image format is JPEG. Possible values: integer number between 0 and 100. A quality level of 0 corresponds to the greatest compression, and a quality level of 100 corresponds to the least compression.
| |
LicenseKey |
Gets or sets the License Key you receive when purchasing a licensed version of ImageDraw.
| |
LicenseOwner |
Gets or sets the License Owner you receive when purchasing a licensed version of ImageDraw.
| |
Monochrome |
Gets or sets a value indicating whether the output image must be converted to monochrome a.k.a. Black and White 1 bit per pixel format.
| |
MonochromeSettings |
Gets the monochrome settings used for Black/White and WBMP conversion.
| |
OutputImageSize |
Gets the size of the output image, in pixel unit.
|