C# Class SoftwareKobo.UniversalToolkit.Extensions.WriteableBitmapExtensions

Afficher le fichier Open project: h82258652/SoftwareKobo.UniversalToolkit

Méthodes publiques

Méthode Description
GetPixel ( this bitmap, int x, int y ) : Color
SetPixel ( this bitmap, int x, int y, Color color ) : void

Method Details

GetPixel() public static méthode

public static GetPixel ( this bitmap, int x, int y ) : Color
bitmap this
x int
y int
Résultat Color

SetPixel() public static méthode

public static SetPixel ( this bitmap, int x, int y, Color color ) : void
bitmap this
x int
y int
color Color
Résultat void