次の方法で共有


IXRBitmapCache::SetRenderAtScale (Compact 2013)

3/28/2014

This method sets 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 SetRenderAtScale(
  float RenderAtScale
) = 0;

Parameters

  • RenderAtScale
    [in] A float value that indicates the amount by which to scale the size of the cached UI element when it is displayed. A value of 1.0 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::GetRenderAtScale