Summary
Represents a drawing operation that combines
a geometry with and brush and/or pen to produce rendered content.
- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- Drawing
graph BT
Type-->Base0["Drawing"]
click Base0 "/api/Avalonia.Media/Drawing"
Base0-->Base1["AvaloniaObject"]
click Base1 "/api/Avalonia/AvaloniaObject"
Base1-->Base2["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["GeometryDrawing"]
class Type type-node
Syntax
public class GeometryDrawing : Drawing, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink
Events
Name | Type | Summary |
---|---|---|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
BrushProperty |
Defines the
Brush property.
static
|
|
GeometryProperty |
Defines the
Geometry property.
static
|
|
PenProperty |
Defines the
Pen property.
static
|
Properties
Name | Value | Summary |
---|---|---|
Brush | IBrush |
Gets or sets the
IBrush used to fill the interior of the shape described by this GeometryDrawing .
|
Geometry | Geometry |
Gets or sets the
Geometry that describes the shape of this GeometryDrawing .
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
Pen | IPen |
Gets or sets the
IPen used to stroke this GeometryDrawing .
|
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
|