Class
GeometryBase

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:

cs-api-definition
public abstract class GeometryBase

Inheritance: objectGeometryBase

Derived Classes: PathGeometryRectangleGeometry

Properties

Bounds

Gets the axis-aligned bounding rectangle of this geometry in document coordinates.

Declaration

cs-api-definition
public Rect Bounds { get; }

Property Value

Rect

The bounds.

Methods

GetBounds()

Gets the geometry bounds.

Declaration

cs-api-definition
protected abstract Rect GetBounds()

Returns

Rect

In this article
DefinitionPropertiesBoundsMethodsGetBounds()
Not finding the help you need?
Contact Support