Свойство | Тип | Описание | |
---|---|---|---|
ImageData | System.Collections.TypedArrays |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
ImageData ( ) : System.Collections.TypedArrays |
public ImageData ( System.Collections.TypedArrays.Uint8ClampedArray data, int sw ) : System.Collections.TypedArrays | ||
data | System.Collections.TypedArrays.Uint8ClampedArray | |
sw | int | |
Результат | System.Collections.TypedArrays |
public ImageData ( System.Collections.TypedArrays.Uint8ClampedArray data, int sw, int sh ) : System.Collections.TypedArrays | ||
data | System.Collections.TypedArrays.Uint8ClampedArray | |
sw | int | |
sh | int | |
Результат | System.Collections.TypedArrays |
public ImageData ( int sw, int sh ) : System.Collections.TypedArrays | ||
sw | int | |
sh | int | |
Результат | System.Collections.TypedArrays |