Click or drag to resize

Icon Methods

The Icon type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromResource(String, Assembly)
Loads an icon from an embedded resource of the specified assembly
Public methodStatic memberFromResource(String, Type)
Loads an icon from a resource in the same assembly as the specified type
Public methodGetFrame
Gets the frame with the specified scale that can fit into the fittingSize if specified.
Public methodWithSize(Size)
Gets a copy of this Icon with frames scaled to draw within the specified fitting size.
Public methodWithSize(Int32, Int32)
Gets a copy of this Icon with frames scaled to draw within the specified fitting size.
Top
See Also