Summary
Represents the geometry of a rectangle.
- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- Geometry
graph BT
Type-->Base0["Geometry"]
click Base0 "/api/Avalonia.Media/Geometry"
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["RectangleGeometry"]
class Type type-node
Syntax
public class RectangleGeometry : Geometry, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink
Constructors
Name | Summary |
---|---|
RectangleGeometry |
Initializes a new instance of the RectangleGeometry class.
|
RectangleGeometry |
Initializes a new instance of the RectangleGeometry class.
|
Events
Name | Type | Summary |
---|---|---|
Changed | EventHandler |
Raised when the geometry changes.
Inherited from Geometry
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
RectProperty |
Defines the
Rect property.
static
|
|
TransformProperty |
Defines the
Transform property.
Inherited from Geometry
static
|
Properties
Name | Value | Summary |
---|---|---|
Bounds | Rect |
Gets the geometry's bounding rectangle.
Inherited from Geometry
|
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.
Inherited from Geometry
|
Rect | Rect |
Gets or sets the bounds of the rectangle.
|
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.
Inherited from Geometry
|