C# Class Apachai.Effects.Core.UnaryPixelOp

Inheritance: PixelOp
Afficher le fichier Open project: garuma/apachai Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( PixelData color ) : PixelData
Apply ( FastBitmap dst, FastBitmap src, Rectangle roi ) : void
Apply ( FastBitmap dst, Point dstOffset, FastBitmap src, Point srcOffset, int scanLength ) : void
Apply ( FastBitmap surface, Rectangle roi ) : void
Apply ( FastBitmap surface, Rectangle roi, int startIndex, int length ) : void
Apply ( PixelData dst, PixelData src, int length ) : void
Apply ( PixelData ptr, int length ) : void
UnaryPixelOp ( ) : System

Private Methods

Méthode Description
ApplyRectangle ( FastBitmap surface, Rectangle rect ) : void

Method Details

Apply() public abstract méthode

public abstract Apply ( PixelData color ) : PixelData
color System.Drawing.PixelData
Résultat System.Drawing.PixelData

Apply() public méthode

public Apply ( FastBitmap dst, FastBitmap src, Rectangle roi ) : void
dst System.Drawing.FastBitmap
src System.Drawing.FastBitmap
roi System.Drawing.Rectangle
Résultat void

Apply() public méthode

public Apply ( FastBitmap dst, Point dstOffset, FastBitmap src, Point srcOffset, int scanLength ) : void
dst System.Drawing.FastBitmap
dstOffset Point
src System.Drawing.FastBitmap
srcOffset Point
scanLength int
Résultat void

Apply() public méthode

public Apply ( FastBitmap surface, Rectangle roi ) : void
surface System.Drawing.FastBitmap
roi System.Drawing.Rectangle
Résultat void

Apply() public méthode

public Apply ( FastBitmap surface, Rectangle roi, int startIndex, int length ) : void
surface System.Drawing.FastBitmap
roi System.Drawing.Rectangle
startIndex int
length int
Résultat void

Apply() public méthode

public Apply ( PixelData dst, PixelData src, int length ) : void
dst System.Drawing.PixelData
src System.Drawing.PixelData
length int
Résultat void

Apply() public méthode

public Apply ( PixelData ptr, int length ) : void
ptr System.Drawing.PixelData
length int
Résultat void

UnaryPixelOp() public méthode

public UnaryPixelOp ( ) : System
Résultat System