ISharedBitmapGetSize Method
Retrieves the size of the bitmap contained in an
ISharedBitmap object.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
HResult GetSize(
out NativeSize refSize
)
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Function GetSize (
<OutAttribute> ByRef refSize As NativeSize
) As HResult
Dim instance As ISharedBitmap
Dim refSize As NativeSize
Dim returnValue As HResult
returnValue = instance.GetSize(refSize)
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
HResult GetSize(
[OutAttribute] NativeSize% refSize
)
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
abstract GetSize :
refSize : NativeSize byref -> HResult
No code example is currently available or this language may not be supported.
- refSize NativeSize
-
When this method returns, contains a pointer to a value that specifies the size, in pixels, of the contained bitmap.
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.