Interface ICustomPaint
Represents methods used to provide a custom control drawing.
public interface ICustomPaint
Methods
- CalcSize(ref Size)
When implemented by a class, updates size to fit provider's content.
- OnPaint(PaintEventArgs)
When implemented by a class, provides custom drawing of the provider's content.