次の方法で共有


IXRBitmapCache::GetRenderAtScale (Compact 2013)

3/28/2014

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

See Also

Reference

IXRBitmapCache
IXRBitmapCache::SetRenderAtScale