Table of Contents

Interface ICustomPaint

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

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.