- chunk
- An array of bytes that represents the alpha transform chunk of the PNG file.
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsPngLoadOptions Dim chunk() As Byte instance.SetTrnsChunk(chunk) | |
| C++/CLI | |
|---|---|
public: void SetTrnsChunk( array<byte>^ chunk ) | |
Parameters
- chunk
- An array of bytes that represents the alpha transform chunk of the PNG file.
For an example, refer to CodecsPngOptions.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code