C# 클래스 Pinta.ImageManipulation.ColorBgraArrayWrapper

상속: BaseSurface
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 메소드들

메소드 설명
BeginUpdate ( ) : void
ColorBgraArrayWrapper ( ColorBgra data, int width, int height ) : System
EndUpdate ( ) : void

메소드 상세

BeginUpdate() 공개 메소드

public BeginUpdate ( ) : void
리턴 void

ColorBgraArrayWrapper() 공개 메소드

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

EndUpdate() 공개 메소드

public EndUpdate ( ) : void
리턴 void