public class Geometry extends Object
The geometry. Geometries are used to build visual representations of geometric shapes. The smallest atomic unit in a geometry is a segment. Segments can be lines or curves. One or more segments are combined into a path figure definition. A path figure is a single shape comprised of continuous segments. One or more path figures collectively define an entire path geometry. A path geometry MAY define the fill algorithm to be used on the component path figures.
| Constructor and Description |
|---|
Geometry() |
| Modifier and Type | Method and Description |
|---|---|
PathGeometry |
getPathGeometry()
Gets or sets the path geometry.
|
void |
setPathGeometry(PathGeometry value)
Gets or sets the path geometry.
|
public final PathGeometry getPathGeometry()
Gets or sets the path geometry. A PathGeometry element constitutes a complete geometry definition. A PathGeometry element contains a set of path figures specified either with the Figures attribute or with a child PathFigure element.
public final void setPathGeometry(PathGeometry value)
Gets or sets the path geometry. A PathGeometry element constitutes a complete geometry definition. A PathGeometry element contains a set of path figures specified either with the Figures attribute or with a child PathFigure element.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.