Clip Property
Clip
Gets or sets a Region that limits the drawing region of this DrawingContext.
Declaration
public Region Clip { get; set; }
Property Value
Type | Description |
---|---|
Region | A Region that limits the portion of this DrawingContext that is currently available for drawing. |