C# Class Pinta.ImageManipulation.ColorBgraArrayWrapper

Inheritance: BaseSurface
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Méthodes publiques

Méthode Description
BeginUpdate ( ) : void
ColorBgraArrayWrapper ( ColorBgra data, int width, int height ) : System
EndUpdate ( ) : void

Method Details

BeginUpdate() public méthode

public BeginUpdate ( ) : void
Résultat void

ColorBgraArrayWrapper() public méthode

public ColorBgraArrayWrapper ( ColorBgra data, int width, int height ) : System
data ColorBgra
width int
height int
Résultat System

EndUpdate() public méthode

public EndUpdate ( ) : void
Résultat void