GeometryBase
Class
Base type for vector geometry in the drawing model; provides a computed axis-aligned bounding box via Bounds.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public abstract class GeometryBase
Inheritance: objectGeometryBase
Derived Classes:
Methods
GetBounds()
Rect
Gets the geometry bounds.
C#
protected abstract Rect GetBounds()
Rect
Properties
Bounds
Rect
Gets the axis-aligned bounding rectangle of this geometry in document coordinates.
C#
public Rect Bounds { get; }
The bounds.