DrawingContext::PushGuidelineSet Method (GuidelineSet^)

 

Pushes the specified GuidelineSet onto the drawing context.

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

public:
virtual void PushGuidelineSet(
	GuidelineSet^ guidelines
) abstract

Parameters

guidelines
Type: System.Windows.Media::GuidelineSet^

The guideline set to apply to subsequent drawing commands.

The guideline set applies to all subsequent drawing commands until it is removed by the Pop operation.

.NET Framework
Available since 3.0
Return to top
Show: