DrawingContext::PushTransform Method (Transform^)

 

Pushes the specified Transform onto the drawing context.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual void PushTransform(
	Transform^ transform
) abstract

Parameters

transform
Type: System.Windows.Media::Transform^

The transform to apply to subsequent drawing commands.

The transform applies to all subsequent drawing commands until it is removed by the Pop command.

.NET Framework
Available since 3.0
Return to top
Show: