C# Class Pinta.ImageManipulation.BaseSurface

Inheritance: ISurface
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation

Protected Properties

Свойство Type Description
height int
width int

Méthodes publiques

Méthode Description
BeginUpdate ( ) : void
EndUpdate ( ) : void
GetPoint ( int x, int y ) : ColorBgra
GetPointAddress ( Point point ) : ColorBgra*
GetPointAddress ( int x, int y ) : ColorBgra*
GetRowAddress ( int y ) : ColorBgra*

Method Details

BeginUpdate() public méthode

public BeginUpdate ( ) : void
Résultat void

EndUpdate() public méthode

public EndUpdate ( ) : void
Résultat void

GetPoint() public méthode

public GetPoint ( int x, int y ) : ColorBgra
x int
y int
Résultat ColorBgra

GetPointAddress() public méthode

public GetPointAddress ( Point point ) : ColorBgra*
point Point
Résultat ColorBgra*

GetPointAddress() public méthode

public GetPointAddress ( int x, int y ) : ColorBgra*
x int
y int
Résultat ColorBgra*

GetRowAddress() public méthode

public GetRowAddress ( int y ) : ColorBgra*
y int
Résultat ColorBgra*

Property Details

height protected_oe property

protected int height
Résultat int

width protected_oe property

protected int width
Résultat int