Table of Contents

Interface IPaintContext

Namespace
Java.Awt
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IPaintContext

Properties

ColorModel

ColorModel ColorModel { get; }

Property Value

ColorModel

Methods

Dispose()

void Dispose()

GetRaster(int, int, int, int)

Raster GetRaster(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

Returns

Raster

Raster