C# Class Pinta.ImageManipulation.ColorBgraArrayWrapper

Inheritance: BaseSurface
Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Methods

Method Description
BeginUpdate ( ) : void
ColorBgraArrayWrapper ( ColorBgra data, int width, int height ) : System
EndUpdate ( ) : void

Method Details

BeginUpdate() public method

public BeginUpdate ( ) : void
return void

ColorBgraArrayWrapper() public method

public ColorBgraArrayWrapper ( ColorBgra data, int width, int height ) : System
data ColorBgra
width int
height int
return System

EndUpdate() public method

public EndUpdate ( ) : void
return void