Specifies the wind edge mode
public: enum EdgeMode {
Leading = 0,
Trialing,
Both
};public enum EdgeMode {
Leading = 0,
Trialing,
Both
}Public Enum EdgeMode Leading = 0, Trialing, Both End Enum
|
Members |
Description |
|
Leading |
Defines the wind leading edge mode |
|
Trialing |
Defines the wind trialing edge mode |
|
Both |
Defines both leading and trialing edge mode |
WindFilter.cs
|
Send comments about this topic.
|
|
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.
|