ClassClipping
Class
Content element applying a vector clipping path to subsequent elements in the page content stream.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class Clipping : ContentElementBase, IFixedDocumentElement
Inheritance: objectFixedDocumentElementBaseContentElementBaseClipping
Implements:
Inherited Members
Constructors
Clipping()
Initializes a new clipping element used to confine subsequent drawing to a specified geometry on the page.
Declaration
cs-api-definition
public Clipping()
Properties
Clip
Gets or sets the clipping geometry path defining the visible region.
Declaration
cs-api-definition
public GeometryBase Clip { get; set; }
Property Value
The clipping geometry.