Interface IBorder
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/border/Border.html
public interface IBorder
Methods
GetBorderInsets(Component)
Insets GetBorderInsets(Component arg0)
Parameters
Returns
IsBorderOpaque()
bool IsBorderOpaque()
Returns
PaintBorder(Component, Graphics, int, int, int, int)
void PaintBorder(Component arg0, Graphics arg1, int arg2, int arg3, int arg4, int arg5)