Visual Basic (Declaration) | |
---|---|
Public Function GetTrnsChunk() As Byte() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsPngLoadOptions Dim value() As Byte value = instance.GetTrnsChunk() |
C# | |
---|---|
public byte[] GetTrnsChunk() |
C++/CLI | |
---|---|
public: array<byte>^ GetTrnsChunk(); |
Return Value
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)