WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrawIconHelper

    Show / Hide Table of Contents

    Class DrawIconHelper

    Apply functionality to choose alpha-blended icon and correctly change it to bitmap.

    Inheritance
    System.Object
    DrawIconHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    System.Drawing.Image
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved