ImageHelper.GetBitmapSourceBits Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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

Return Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

ImageHelper Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace