2 references to
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
55
public Icon(string fileName) :
this
(fileName, 0, 0)
59
public Icon(string fileName, Size size) :
this
(fileName, size.Width, size.Height)