C# Class Eto.Mac.IO.SystemIconsHandler

Inheritance: SystemIcons.IHandler
Show file Open project: picoe/Eto

Public Methods

Method Description
GetFileIcon ( string fileName, IconSize size ) : Icon
GetStaticIcon ( StaticIconType type, IconSize size ) : Icon

Method Details

GetFileIcon() public method

public GetFileIcon ( string fileName, IconSize size ) : Icon
fileName string
size IconSize
return Eto.Drawing.Icon

GetStaticIcon() public method

public GetStaticIcon ( StaticIconType type, IconSize size ) : Icon
type StaticIconType
size IconSize
return Eto.Drawing.Icon