次の方法で共有


IXRBrush::SetTransform (Compact 2013)

3/28/2014

This method sets the transformation to apply to this brush object.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetTransform(
    IXRTransform* pTransform
) = 0;

Parameters

  • pTransform
    [in] Pointer to an IXRTransform-derived object that describes the transformation to apply to this brush object.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

You can use this method to rotate, scale, skew, or translate the content of a brush.

.NET Framework Equivalent

System.Windows.Media.Brush.Transform

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRBrush
IXRBrush::GetTransform