C# Class FluxJpeg.Core.Filtering.Filter

Afficher le fichier Open project: akoch-ov/dipstart-development Class Usage Examples

Protected Properties

Свойство Type Description
_color bool
_newWidth int
_sourceData ].byte[][

Méthodes publiques

Méthode Description
Apply ( byte imageData, int newWidth, int newHeight ) : ].byte[][

Méthodes protégées

Méthode Description
ApplyFilter ( ) : void
UpdateProgress ( double progress ) : void

Method Details

Apply() public méthode

public Apply ( byte imageData, int newWidth, int newHeight ) : ].byte[][
imageData byte
newWidth int
newHeight int
Résultat ].byte[][

ApplyFilter() protected abstract méthode

protected abstract ApplyFilter ( ) : void
Résultat void

UpdateProgress() protected méthode

protected UpdateProgress ( double progress ) : void
progress double
Résultat void

Property Details

_color protected_oe property

protected bool _color
Résultat bool

_newWidth protected_oe property

protected int _newWidth
Résultat int

_sourceData protected_oe property

protected byte[][,] _sourceData
Résultat ].byte[][