次の方法で共有


IXRBitmapCache::GetRenderAtScale (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a multiplier value that indicates the amount by which to scale the size of the cached UI element when it is rendered.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetRenderAtScale(
  float* pRenderAtScale
) = 0;

Parameters

  • pRenderAtScale
    [out] Pointer to a float value that indicates by how much to scale the size of the cached UI element when it is rendered.

    By default, this value is 1.0, which indicates no scaling.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

None.

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRBitmapCache
IXRBitmapCache::SetRenderAtScale