SciChart.Drawing Assembly > System.Windows.Media.Imaging Namespace : WriteableBitmapExtensions.FlipMode Enumeration
WriteableBitmapExtensions.FlipMode Enumeration
The mode for flipping.
Syntax
public enum WriteableBitmapExtensions.FlipMode : System.Enum 
Members
MemberDescription
Horizontal Flips the image horizontal (around the center of the x-axis).
Vertical Flips the image vertical (around the center of the y-axis).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         System.Windows.Media.Imaging.WriteableBitmapExtensions.FlipMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also