Interface ISynthIcon
.NET interface for TO BE DEFINED FROM USER
public interface ISynthIcon : IIcon
Properties
IconHeight
int IconHeight { get; }
Property Value
IconWidth
int IconWidth { get; }
Property Value
Methods
GetIconHeight(SynthContext)
int GetIconHeight(SynthContext arg0)
Parameters
arg0
SynthContext
Returns
GetIconWidth(SynthContext)
int GetIconWidth(SynthContext arg0)
Parameters
arg0
SynthContext
Returns
PaintIcon(Component, Graphics, int, int)
void PaintIcon(Component arg0, Graphics arg1, int arg2, int arg3)
Parameters
PaintIcon(SynthContext, Graphics, int, int, int, int)
void PaintIcon(SynthContext arg0, Graphics arg1, int arg2, int arg3, int arg4, int arg5)