Summary
Crops a Bitmap.
- Namespace
- Avalonia
.Media .Imaging - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- IImage
- IAffectsRender
- IDisposable
- Base Types
-
- object
- AvaloniaObject
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-.->Interface4["IImage"]
click Interface4 "/api/Avalonia.Media/IImage"
Type-.->Interface5["IAffectsRender"]
click Interface5 "/api/Avalonia.Media/IAffectsRender"
Type-.->Interface6["IDisposable"]
Type["CroppedBitmap"]
class Type type-node
Syntax
public class CroppedBitmap : AvaloniaObject, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink, IImage, IAffectsRender, IDisposable
Constructors
Name | Summary |
---|---|
CroppedBitmap |
|
CroppedBitmap |
Events
Name | Type | Summary |
---|---|---|
Invalidated | EventHandler | |
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
SourceProperty |
Defines the
Source property.
static
|
|
SourceRectProperty |
Defines the
SourceRect property.
static
|
Properties
Name | Value | Summary |
---|---|---|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
Size | Size | |
Source | IImage |
Gets or sets the source for the bitmap.
|
SourceRect | PixelRect |
Gets or sets the rectangular area that the bitmap is cropped to.
|
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
|