Table of Contents

Constructor MetafileClipCommand

Namespace
DocWright.Core.Metafiles
Assembly
DocWright.Core.dll

MetafileClipCommand(MetafileRect, bool)

Initializes a clip command.

public MetafileClipCommand(MetafileRect bounds, bool push)

Parameters

bounds MetafileRect

The clip rectangle in device units, ignored when popping.

push bool

True to apply the clip, false to restore the previous one.