Class DrawIconHelper
Apply functionality to choose alpha-blended icon and correctly change it to bitmap.
Inheritance
System.Object
DrawIconHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Drawing
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class DrawIconHelper
Constructors
DrawIconHelper()
Declaration
public DrawIconHelper()
Fields
m_drawIcons
Stores info about drawing icons.
Declaration
protected static Hashtable m_drawIcons
Field Value
Type |
---|
System.Collections.Hashtable |
Methods
GetIconToDraw(Icon, Object)
Declaration
public static Image GetIconToDraw(Icon icon, object relatedObject)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Icon | icon | |
System.Object | relatedObject |
Returns
Type |
---|
System.Drawing.Image |