Свойство | Тип | Описание | |
---|---|---|---|
W | byte | ||
X | byte | ||
Y | byte | ||
Z | byte |
Метод | Описание | |
---|---|---|
Byte4 ( byte x, byte y, byte z, byte w ) : System.Runtime.InteropServices | ||
Byte4 ( int x, int y, int z, int w ) : System.Runtime.InteropServices |
public Byte4 ( byte x, byte y, byte z, byte w ) : System.Runtime.InteropServices | ||
x | byte | |
y | byte | |
z | byte | |
w | byte | |
Результат | System.Runtime.InteropServices |
public Byte4 ( int x, int y, int z, int w ) : System.Runtime.InteropServices | ||
x | int | |
y | int | |
z | int | |
w | int | |
Результат | System.Runtime.InteropServices |