Class ResizingEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
Resizing effect class.
C#Copypublic class ResizingEffect : EffectBase
- Inheritance
Constructors
View Source
ResizingEffect(Size, Size)
Creates and initializes a new instance of the ResizingEffect class.
Declaration
C#Copypublic ResizingEffect(Size beginSize, Size endSize)
Parameters
Type | Name | Description |
---|---|---|
Size | beginSize | The begin size of the effect. |
Size | endSize | The end size of the effect. |
API Level: preview
Properties
Declaration
C#Copypublic Size BeginSize { get; }
Property Value
Type | Description |
---|---|
Size |
API Level: preview
Declaration
C#Copypublic Size EndSize { get; }
Property Value
Type | Description |
---|---|
Size |