Exemplo n.º 1
0
 public Windows.Gdi.ColorRef GetNearestColor(Windows.Gdi.ColorRef color)
 {
     return(Gdi.GetNearestColor(this, color));
 }
Exemplo n.º 2
0
 public Windows.Gdi.ColorRef SetBrushColor(Windows.Gdi.ColorRef color)
 {
     return(Gdi.SetDCBrushColor(this, color));
 }
Exemplo n.º 3
0
 public Windows.Gdi.ColorRef SetPixel(int x, int y, Windows.Gdi.ColorRef color)
 {
     return(Gdi.SetPixel(this, x, y, color));
 }
Exemplo n.º 4
0
 public BOOL SetPixelV(int x, int y, Windows.Gdi.ColorRef color)
 {
     return(Gdi.SetPixelV(this, x, y, color));
 }
Exemplo n.º 5
0
 public BOOL FloodFill(int startX, int startY, Windows.Gdi.ColorRef boundsColor, FloodFill fillType)
 {
     return(Gdi.ExtFloodFill(this, startX, startY, boundsColor, fillType));
 }