Class GeometryBase
Represents base class for geometry objects.
Inheritance
System.Object
GeometryBase
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.Graphics
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class GeometryBase
Properties
Bounds
Gets the bounds of the geometry.
Declaration
public Rect Bounds { get; }
Property Value
System.Windows.Rect
The bounds. |
Methods
GetBounds()
Gets the geometry bounds.
Declaration
protected abstract Rect GetBounds()
Returns
System.Windows.Rect
|