Icon(Int32, Int32, Int32, Byte[], Byte[]) Constructor

Definition

public:
 Icon(int width, int height, int bitPerPixel, cli::array <System::Byte> ^ andBits, cli::array <System::Byte> ^ xorBits);
public Icon (int width, int height, int bitPerPixel, byte[] andBits, byte[] xorBits);
new Microsoft.Rtc.Internal.Collaboration.ApplicationSharing.Media.Icon : int * int * int * byte[] * byte[] -> Microsoft.Rtc.Internal.Collaboration.ApplicationSharing.Media.Icon
Public Sub New (width As Integer, height As Integer, bitPerPixel As Integer, andBits As Byte(), xorBits As Byte())

Parameters

width
Int32
height
Int32
bitPerPixel
Int32
andBits
Byte[]
xorBits
Byte[]

Applies to