Class ResizingEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Resizing effect class.
public class ResizingEffect : EffectBase
- Inheritance
Constructors
View SourceResizingEffect(Size, Size)
Creates and initializes a new instance of the ResizingEffect class.
Declaration
public 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. |
Properties
View SourceBeginSize
The begin size of the effect.
Declaration
public Size BeginSize { get; }
Property Value
Type | Description |
---|---|
Size |
EndSize
The end size of the effect.
Declaration
public Size EndSize { get; }
Property Value
Type | Description |
---|---|
Size |