Share via


IXRBrush::SetTransform (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

IXRBrush
IXRBrush::GetTransform