C# Class WebApplications.Utilities.Blit.Blittable2

Exibir arquivo Open project: webappsuk/CoreLibraries

Private Properties

Property Type Description
Blittable2 System.Runtime.InteropServices

Public Methods

Method Description
Blittable2 ( [ bytes ) : System.Runtime.InteropServices

Initializes a new instance of the Blittable2 struct from an array of byte

Blittable2 ( [ bytes, long offset ) : System.Runtime.InteropServices

Initializes a new instance of the Blittable2 struct from an array of byte.

Blittable2 ( byte byte0, byte byte1 ) : System.Runtime.InteropServices

Initializes a new instance of the Blittable2 struct.

Blittable2 ( sbyte sbyte0, sbyte sbyte1 ) : System.Runtime.InteropServices

Initializes a new instance of the Blittable2 struct.

Blittable2 ( short value ) : System.Runtime.InteropServices

Initializes a new instance of the Blittable2 struct.

Blittable2 ( ushort value ) : System.Runtime.InteropServices

Initializes a new instance of the Blittable2 struct.

Private Methods

Method Description
Blittable2 ( bytes bytes ) : System.Runtime.InteropServices

Performs an explicit conversion from T:byte[] to Blittable2.

Method Details

Blittable2() public method

Initializes a new instance of the Blittable2 struct from an array of byte
public Blittable2 ( [ bytes ) : System.Runtime.InteropServices
bytes [ The bytes array.
return System.Runtime.InteropServices

Blittable2() public method

Initializes a new instance of the Blittable2 struct from an array of byte.
public Blittable2 ( [ bytes, long offset ) : System.Runtime.InteropServices
bytes [ The bytes array.
offset long The offset into the array.
return System.Runtime.InteropServices

Blittable2() public method

Initializes a new instance of the Blittable2 struct.
public Blittable2 ( byte byte0, byte byte1 ) : System.Runtime.InteropServices
byte0 byte The 0th .
byte1 byte The 1st .
return System.Runtime.InteropServices

Blittable2() public method

Initializes a new instance of the Blittable2 struct.
public Blittable2 ( sbyte sbyte0, sbyte sbyte1 ) : System.Runtime.InteropServices
sbyte0 sbyte The 0th .
sbyte1 sbyte The 1st .
return System.Runtime.InteropServices

Blittable2() public method

Initializes a new instance of the Blittable2 struct.
public Blittable2 ( short value ) : System.Runtime.InteropServices
value short The value.
return System.Runtime.InteropServices

Blittable2() public method

Initializes a new instance of the Blittable2 struct.
public Blittable2 ( ushort value ) : System.Runtime.InteropServices
value ushort The value.
return System.Runtime.InteropServices