Specifies the orientation of a Filmstrip
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)
Syntax
| C# |
|---|
public enum FilmstripOrientation |
| Visual Basic (Declaration) |
|---|
Public Enumeration FilmstripOrientation |
| Visual C++ |
|---|
public enum class FilmstripOrientation |
Members
| Member name | Description | |
|---|---|---|
| Horizontal |
Specifies the a horizontal orientation for a Filmstrip
| |
| Vertical |
Specifies the a vertical orientation for a Filmstrip
|