Share via


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

Return Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

ImageHelper Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace