Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Pinta
ImageManipulation
ColorBgraArrayWrapper
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