Icon Methods |
The Icon type exposes the following members.
Name | Description | |
---|---|---|
FromResource(String, Assembly) |
Loads an icon from an embedded resource of the specified assembly
| |
FromResource(String, Type) |
Loads an icon from a resource in the same assembly as the specified type | |
GetFrame |
Gets the frame with the specified scale that can fit into the fittingSize if specified.
| |
WithSize(Size) |
Gets a copy of this Icon with frames scaled to draw within the specified fitting size.
| |
WithSize(Int32, Int32) |
Gets a copy of this Icon with frames scaled to draw within the specified fitting size.
|