C# Class NewTOAPIA.Drawing.span_image_resample_rgba

Inheritance: span_image_resample
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
generate ( RGBA_Bytes span, int spanIndex, int x, int y, int len ) : void
span_image_resample_rgba ( IImageBufferAccessor src, ISpanInterpolator inter, ImageFilterLookUpTable filter ) : System

Method Details

generate() public méthode

public generate ( RGBA_Bytes span, int spanIndex, int x, int y, int len ) : void
span RGBA_Bytes
spanIndex int
x int
y int
len int
Résultat void

span_image_resample_rgba() public méthode

public span_image_resample_rgba ( IImageBufferAccessor src, ISpanInterpolator inter, ImageFilterLookUpTable filter ) : System
src IImageBufferAccessor
inter ISpanInterpolator
filter ImageFilterLookUpTable
Résultat System