Show / Hide Table of Contents

Class Icon

Manages a native Windows Icon instance

Inheritance
object
Icon
Implements
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
[CreateFromString(MethodName = "WinUIEx.Icon.FromFile")]
public class Icon : IDisposable

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose(bool)

Disposes the icon

~Icon()
FromByteArray(byte[], uint)

Creates an icon from a raw icon byte array

FromFile(string)

Loads an icon from an .ico file.

Yang()

For testing - Creates a simple Yang icon

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX