C# Class SoftwareKobo.UniversalToolkit.Extensions.WriteableBitmapExtensions

Exibir arquivo Open project: h82258652/SoftwareKobo.UniversalToolkit

Public Methods

Method Description
GetPixel ( this bitmap, int x, int y ) : Color
SetPixel ( this bitmap, int x, int y, Color color ) : void

Method Details

GetPixel() public static method

public static GetPixel ( this bitmap, int x, int y ) : Color
bitmap this
x int
y int
return Color

SetPixel() public static method

public static SetPixel ( this bitmap, int x, int y, Color color ) : void
bitmap this
x int
y int
color Color
return void