Interface IPaintContext
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/awt/PaintContext.html
public interface IPaintContext
Properties
ColorModel
ColorModel ColorModel { get; }
Property Value
Methods
DisposeJVM()
void DisposeJVM()
GetRaster(int, int, int, int)
Raster GetRaster(int arg0, int arg1, int arg2, int arg3)