Share via


IXRBitmapCache::SetRenderAtScale (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRBitmapCache
IXRBitmapCache::GetRenderAtScale