ImageHelper.GetBitmapSourceBits Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Shared Function GetBitmapSourceBits ( _
bitmap As BitmapSource _
) As Byte()
public static byte[] GetBitmapSourceBits(
BitmapSource bitmap
)
public:
static array<unsigned char>^ GetBitmapSourceBits(
BitmapSource^ bitmap
)
static member GetBitmapSourceBits :
bitmap:BitmapSource -> byte[]
public static function GetBitmapSourceBits(
bitmap : BitmapSource
) : byte[]
Parameters
- bitmap
Type: System.Windows.Media.Imaging.BitmapSource
Return Value
Type: array<System.Byte[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.