Summary
Defines a geometric shape.
- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- Derived Types
graph BT
Type-->Base0["AvaloniaObject"]
click Base0 "/api/Avalonia/AvaloniaObject"
Base0-->Base1["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type["Geometry"]
class Type type-node
Derived0["PolylineGeometry"]-->Type
click Derived0 "/api/Avalonia.Media/PolylineGeometry"
Derived1["RectangleGeometry"]-->Type
click Derived1 "/api/Avalonia.Media/RectangleGeometry"
Derived2["LineGeometry"]-->Type
click Derived2 "/api/Avalonia.Media/LineGeometry"
Derived3["StreamGeometry"]-->Type
click Derived3 "/api/Avalonia.Media/StreamGeometry"
Derived4["EllipseGeometry"]-->Type
click Derived4 "/api/Avalonia.Media/EllipseGeometry"
Syntax
public abstract class Geometry : AvaloniaObject, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink
Events
Name | Type | Summary |
---|---|---|
Changed | EventHandler |
Raised when the geometry changes.
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
TransformProperty |
Defines the
Transform property.
static
|
Properties
Name | Value | Summary |
---|---|---|
Bounds | Rect |
Gets the geometry's bounding rectangle.
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
PlatformImpl | IGeometryImpl |
Gets the platform-specific implementation of the geometry.
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|
Transform | Transform |
Gets or sets a transform to apply to the geometry.
|