C# Class System.Html.Media.Graphics.ImageData

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
ImageData System.Collections.TypedArrays

Méthodes publiques

Méthode Description
ImageData ( System.Collections.TypedArrays.Uint8ClampedArray data, int sw ) : System.Collections.TypedArrays
ImageData ( System.Collections.TypedArrays.Uint8ClampedArray data, int sw, int sh ) : System.Collections.TypedArrays
ImageData ( int sw, int sh ) : System.Collections.TypedArrays

Private Methods

Méthode Description
ImageData ( ) : System.Collections.TypedArrays

Method Details

ImageData() public méthode

public ImageData ( System.Collections.TypedArrays.Uint8ClampedArray data, int sw ) : System.Collections.TypedArrays
data System.Collections.TypedArrays.Uint8ClampedArray
sw int
Résultat System.Collections.TypedArrays

ImageData() public méthode

public ImageData ( System.Collections.TypedArrays.Uint8ClampedArray data, int sw, int sh ) : System.Collections.TypedArrays
data System.Collections.TypedArrays.Uint8ClampedArray
sw int
sh int
Résultat System.Collections.TypedArrays

ImageData() public méthode

public ImageData ( int sw, int sh ) : System.Collections.TypedArrays
sw int
sh int
Résultat System.Collections.TypedArrays