Свойство | Type | Description | |
---|---|---|---|
UseFastPixel | bool | ||
swGetBitmap | Stopwatch | ||
swGetBitmapImage | Stopwatch |
Méthode | Description | |
---|---|---|
Clear ( Color colour ) : void | ||
FastPixel ( |
||
FastPixel ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System | ||
GetBitmap ( System.Windows.Media.Imaging.BitmapSource bmSource ) : |
||
GetBitmapImage ( |
||
GetPixel ( int x, int y ) : Color | ||
SetPixel ( int x, int y, Color colour ) : void | ||
Unlock ( bool setPixels ) : void | ||
Update ( ) : void |
Méthode | Description | |
---|---|---|
Lock ( ) : void | ||
Setup ( ) : void |
public FastPixel ( |
||
bitmap | ||
Résultat | System |
public FastPixel ( System.Windows.Media.Imaging.BitmapSource bitmap ) : System | ||
bitmap | System.Windows.Media.Imaging.BitmapSource | |
Résultat | System |
public static GetBitmap ( System.Windows.Media.Imaging.BitmapSource bmSource ) : |
||
bmSource | System.Windows.Media.Imaging.BitmapSource | |
Résultat |
public static GetBitmapImage ( |
||
bm | ||
Résultat |
public SetPixel ( int x, int y, Color colour ) : void | ||
x | int | |
y | int | |
colour | Color | |
Résultat | void |