Namespace > IC.PhotoController.Filter Namespace > Classes > WindFilter Class > public > BlowStyle Enumeration
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
IC.PhotoController.Filter.WindFilter.BlowStyle Enumeration

Specifies the blow style of the wind.

C++
public: enum BlowStyle {
  Wind,
  Blast
};
C#
public enum BlowStyle {
  Wind,
  Blast
}
Visual Basic
Public Enum BlowStyle
  Wind,
  Blast
End Enum
Members
Members 
Description 
Wind 
Defines the wind blow style, which is less stronger than Blast.  
Blast 
Defines the blast blow style, which is much stronger than Wind  

WindFilter.cs

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.