C# 클래스 Pinta.ImageManipulation.BaseSurface

상속: ISurface
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation

보호된 프로퍼티들

프로퍼티 타입 설명
height int
width int

공개 메소드들

메소드 설명
BeginUpdate ( ) : void
EndUpdate ( ) : void
GetPoint ( int x, int y ) : ColorBgra
GetPointAddress ( Point point ) : ColorBgra*
GetPointAddress ( int x, int y ) : ColorBgra*
GetRowAddress ( int y ) : ColorBgra*

메소드 상세

BeginUpdate() 공개 메소드

public BeginUpdate ( ) : void
리턴 void

EndUpdate() 공개 메소드

public EndUpdate ( ) : void
리턴 void

GetPoint() 공개 메소드

public GetPoint ( int x, int y ) : ColorBgra
x int
y int
리턴 ColorBgra

GetPointAddress() 공개 메소드

public GetPointAddress ( Point point ) : ColorBgra*
point Point
리턴 ColorBgra*

GetPointAddress() 공개 메소드

public GetPointAddress ( int x, int y ) : ColorBgra*
x int
y int
리턴 ColorBgra*

GetRowAddress() 공개 메소드

public GetRowAddress ( int y ) : ColorBgra*
y int
리턴 ColorBgra*

프로퍼티 상세

height 보호되어 있는 프로퍼티

protected int height
리턴 int

width 보호되어 있는 프로퍼티

protected int width
리턴 int