ImageDraw overview

Public Instance Constructors

ImageDraw Constructor Initializes a new instance of the ImageDraw class.

Public Instance Properties

Adapter (inherited from MobileControl)
Alignment (inherited from MobileControl)
AlternateText (inherited from Image)
BackColor (inherited from MobileControl)
BindingContainer (inherited from Control)
BreakAfter (inherited from MobileControl)
ClientID (inherited from Control) Gets the server control identifier generated by ASP.NET.
Controls (inherited from Control) Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
CustomAttributes (inherited from MobileControl)
DeviceSpecific (inherited from MobileControl)
Diffuse It indicates whether the diffuse algorithm is due to be applied to convert the image to WBMP format.
EnableViewState (inherited from Control) Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
FirstPage (inherited from MobileControl)
Font (inherited from MobileControl)
ForeColor (inherited from MobileControl)
Form (inherited from MobileControl)
ID (inherited from Control) Gets or sets the programmatic identifier assigned to the server control.
ImageUrl
IsTemplated (inherited from MobileControl)
JpegCompressionLevel The JPEG Compression Level that must be applied to convert the image to JPEG format. 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.
LastPage (inherited from MobileControl)
MobilePage (inherited from MobileControl)
NamingContainer (inherited from Control) Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value.
NavigateUrl (inherited from Image)
Page (inherited from Control) Gets a reference to the Page instance that contains the server control.
Parent (inherited from Control) Gets a reference to the server control's parent control in the page control hierarchy.
ShowWbmpConversion It indicates whether the WBMP conversion is visible or hidden on the form at design time.
Site (inherited from Control) Gets information about the Web site to which the server control belongs.
SoftkeyLabel (inherited from Image)
StyleReference (inherited from MobileControl)
TemplateSourceDirectory (inherited from Control) Gets the virtual directory of the Page or UserControl that contains the current server control.
Threshold The threshold that must be applied to convert the image to WBMP format. Possible values: integer number between 0 and 255.
UniqueID (inherited from Control) Gets the unique, hierarchically-qualified identifier for the server control.
Visible (inherited from Control) Gets or sets a value that indicates whether a server control is rendered as UI on the page.
VisibleWeight (inherited from MobileControl)
Wrapping (inherited from MobileControl)

Public Instance Methods

AddLinkedForms (inherited from MobileControl)
CreateDefaultTemplatedUI (inherited from MobileControl)
DataBind (inherited from Control) Binds a data source to the invoked server control and all its child controls.
Dispose
DrawImage Automatically renders a bitmap object in the appropriate image format for each mobile device.
EnsureTemplatedUI (inherited from MobileControl)
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FindControl (inherited from Control) Searches the current naming container for a server control with the specified id parameter.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetTemplate (inherited from MobileControl)
GetType (inherited from Object) Gets the Type of the current instance.
HasControls (inherited from Control) Determines if the server control contains any child controls.
IsVisibleOnPage (inherited from MobileControl)
PaginateRecursive (inherited from MobileControl)
RenderChildren (inherited from MobileControl)
RenderControl (inherited from Control) Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
ResolveFormReference (inherited from MobileControl)
ResolveUrl (inherited from MobileControl)
SetRenderMethodDelegate (inherited from Control)
ToString (inherited from Object) Returns a String that represents the current Object.

Public Instance Events

DataBinding (inherited from Control) Occurs when the server control binds to a data source.
Disposed (inherited from Control) Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
Init (inherited from Control) Occurs when the server control is initialized, which is the first step in the its lifecycle.
Load (inherited from Control) Occurs when the server control is loaded into the Page object.
PreRender (inherited from Control) Occurs when the server control is about to render to its containing Page object.
Unload (inherited from Control) Occurs when the server control is unloaded from memory.

Explicit Interface Implementations

IAttributeAccessor.GetAttribute (inherited from MobileControl)
IAttributeAccessor.SetAttribute (inherited from MobileControl)
IParserAccessor.AddParsedSubObject (inherited from Control)
IPostBackEventHandler.RaisePostBackEvent (inherited from Image)

See Also

ImageDraw Class | Neodynamic.MobileWebControls.ImageDraw Namespace