Class FlipEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Flip effect class.
C#Copypublic class FlipEffect : EffectBase
- Inheritance
Constructors
View Source
FlipEffect(FlipAxis, bool, bool)
Creates and initializes a new instance of the FlipEffect class.
Declaration
C#Copypublic FlipEffect(FlipAxis axis, bool clockWise, bool resizable = false)
Parameters
| Type | Name | Description |
|---|---|---|
| FlipAxis | axis | Flipping axis (X or Y). |
| bool | clockWise | Flipping Direction. True is clockwise. |
| bool | resizable | Resizable effect with FlipEffect. |
Properties
Declaration
C#Copypublic FlipAxis Axis { get; }
Property Value
| Type | Description |
|---|---|
| FlipAxis |
Declaration
C#Copypublic bool ClockWise { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Declaration
C#Copypublic bool Resizable { get; }
Property Value
| Type | Description |
|---|---|
| bool |