C# Class NewTOAPIA.Drawing.span_image_resample

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

Méthodes publiques

Méthode Description
blur ( double v ) : void
blur_x ( double v ) : void
blur_y ( double v ) : void
scale_limit ( int v ) : void
span_image_resample ( IImageBufferAccessor src, ISpanInterpolator inter, ImageFilterLookUpTable filter ) : System

Méthodes protégées

Méthode Description
adjust_scale ( int &rx, int &ry ) : void

Private Methods

Méthode Description
blur_x ( ) : double
blur_y ( ) : double
scale_limit ( ) : int

Method Details

adjust_scale() protected méthode

protected adjust_scale ( int &rx, int &ry ) : void
rx int
ry int
Résultat void

blur() public méthode

public blur ( double v ) : void
v double
Résultat void

blur_x() public méthode

public blur_x ( double v ) : void
v double
Résultat void

blur_y() public méthode

public blur_y ( double v ) : void
v double
Résultat void

scale_limit() public méthode

public scale_limit ( int v ) : void
v int
Résultat void

span_image_resample() public méthode

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