1 reference to Draw
System.Windows.Forms (1)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
516
public void Draw(Graphics g, int x, int y, int index) =>
Draw
(g, x, y, _imageSize.Width, _imageSize.Height, index);