WmfIntersectClipRect

WmfIntersectClipRect class

The META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the intersection of the existing clipping region and the specified rectangle.

public class WmfIntersectClipRect : WmfObject

Constructors

NameDescription
WmfIntersectClipRect()The default constructor.

Properties

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

See Also