Icon(Int32, Int32, Int32, Byte[], Byte[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]