ImageHelper.GetBitmapSize 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
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Shared Function GetBitmapSize ( _
    bitmapHandle As IntPtr _
) As Size
public static Size GetBitmapSize(
    IntPtr bitmapHandle
)
public:
static Size GetBitmapSize(
    IntPtr bitmapHandle
)
static member GetBitmapSize : 
        bitmapHandle:IntPtr -> Size
public static function GetBitmapSize(
    bitmapHandle : IntPtr
) : Size

Parameters

Return Value

Type: System.Drawing.Size

.NET Framework Security

See Also

Reference

ImageHelper Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace