WmfExcludeClipRect

WmfExcludeClipRect class

The META_EXCLUDECLIPRECT record sets the clipping region in the playback device context to the existing clipping region minus the specified rectangle.

public class WmfExcludeClipRect : WmfRectangle

Constructors

NameDescription
WmfExcludeClipRect()The default constructor.

Properties

NameDescription
Rectangle { get; set; }Gets or sets the rectangle.

See Also