C# 클래스 Pinta.Core.IrregularSurface

상속: ISurfaceDraw, IDisposable, ICloneable, IDeserializationCallback
파일 보기 프로젝트 열기: xxgreg/Pinta 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Clones the IrregularSurface.

Dispose ( ) : void
Draw ( Cairo dst ) : void

Draws the IrregularSurface on to the given Surface.

Draw ( Cairo dst, PixelOp pixelOp ) : void
Draw ( Cairo dst, int tX, int tY ) : void

Draws the IrregularSurface on to the given Surface starting at the given (x,y) offset.

Draw ( Cairo dst, int tX, int tY, PixelOp pixelOp ) : void
IrregularSurface ( Cairo source, Gdk.Rectangle roi ) : System
IrregularSurface ( Cairo source, Region roi ) : System

Constructs an IrregularSurface by copying the given region-of-interest from an Image.

OnDeserialization ( object sender ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
IrregularSurface ( IrregularSurface cloneMe ) : System

메소드 상세

Clone() 공개 메소드

Clones the IrregularSurface.
public Clone ( ) : object
리턴 object

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

Draws the IrregularSurface on to the given Surface.
public Draw ( Cairo dst ) : void
dst Cairo The Surface to draw to.
리턴 void

Draw() 공개 메소드

public Draw ( Cairo dst, PixelOp pixelOp ) : void
dst Cairo
pixelOp PixelOp
리턴 void

Draw() 공개 메소드

Draws the IrregularSurface on to the given Surface starting at the given (x,y) offset.
public Draw ( Cairo dst, int tX, int tY ) : void
dst Cairo
tX int
tY int
리턴 void

Draw() 공개 메소드

public Draw ( Cairo dst, int tX, int tY, PixelOp pixelOp ) : void
dst Cairo
tX int
tY int
pixelOp PixelOp
리턴 void

IrregularSurface() 공개 메소드

public IrregularSurface ( Cairo source, Gdk.Rectangle roi ) : System
source Cairo
roi Gdk.Rectangle
리턴 System

IrregularSurface() 공개 메소드

Constructs an IrregularSurface by copying the given region-of-interest from an Image.
public IrregularSurface ( Cairo source, Region roi ) : System
source Cairo The Surface to copy pixels from.
roi Region Defines the Region from which to copy pixels from the Image.
리턴 System

OnDeserialization() 공개 메소드

public OnDeserialization ( object sender ) : void
sender object
리턴 void