C# Класс Pinta.Core.IrregularSurface

Наследование: ISurfaceDraw, IDisposable, ICloneable, IDeserializationCallback
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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