Class Clipping
Content element applying a vector clipping path to subsequent elements in the page content stream.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Clipping : ContentElementBase, IFixedDocumentElement, IContextClonable<Clipping>
Constructors
Clipping()
Initializes a new clipping element used to confine subsequent drawing to a specified geometry on the page.
Declaration
public Clipping()
Properties
Clip
Gets or sets the clipping geometry path defining the visible region.
Declaration
public GeometryBase Clip { get; set; }
Property Value
|
GeometryBase
The clipping geometry. |