C# Class Pinta.ImageManipulation.BaseSurface

Inheritance: ISurface
ファイルを表示 Open project: PintaProject/Pinta.ImageManipulation

Protected Properties

Property Type Description
height int
width int

Public Methods

Method 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 method

public BeginUpdate ( ) : void
return void

EndUpdate() public method

public EndUpdate ( ) : void
return void

GetPoint() public method

public GetPoint ( int x, int y ) : ColorBgra
x int
y int
return ColorBgra

GetPointAddress() public method

public GetPointAddress ( Point point ) : ColorBgra*
point Point
return ColorBgra*

GetPointAddress() public method

public GetPointAddress ( int x, int y ) : ColorBgra*
x int
y int
return ColorBgra*

GetRowAddress() public method

public GetRowAddress ( int y ) : ColorBgra*
y int
return ColorBgra*

Property Details

height protected_oe property

protected int height
return int

width protected_oe property

protected int width
return int