C# 클래스 Pinta.ImageManipulation.SurfaceDiff

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

공개 메소드들

메소드 설명
Apply ( ISurface dst ) : void
ApplyAndSwap ( ISurface dst ) : void
Create ( ISurface original, ISurface updated_surf, bool force = false ) : SurfaceDiff
GetBounds ( ) : Rectangle

비공개 메소드들

메소드 설명
ApplyAndSwap ( ISurface dst, bool swap ) : void
SurfaceDiff ( BitArray bitmask, Rectangle bounds, Pinta pixels ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( ISurface dst ) : void
dst ISurface
리턴 void

ApplyAndSwap() 공개 메소드

public ApplyAndSwap ( ISurface dst ) : void
dst ISurface
리턴 void

Create() 공개 정적인 메소드

public static Create ( ISurface original, ISurface updated_surf, bool force = false ) : SurfaceDiff
original ISurface
updated_surf ISurface
force bool
리턴 SurfaceDiff

GetBounds() 공개 메소드

public GetBounds ( ) : Rectangle
리턴 Rectangle