Interface IPainter<T>
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/Painter.html
public interface IPainter<T>
Type Parameters
T
Methods
Paint(Graphics2D, T, int, int)
void Paint(Graphics2D arg0, T arg1, int arg2, int arg3)
Parameters
arg0Graphics2Darg1TTarg2intarg3int