DioDocs for PDF
WicTransformOptions 列挙体

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 : WicTransformOptions 列挙体
Specifies the flip and rotation transforms.
シンタックス
'宣言
 
Public Enum WicTransformOptions 
   Inherits System.Enum
public enum WicTransformOptions : System.Enum 
メンバ
メンバ解説
FlipHorizontalA horizontal flip. Pixels are flipped around the vertical y-axis.
FlipVerticalA vertical flip. Pixels are flipped around the horizontal x-axis.
Rotate0A rotation of 0 degrees.
Rotate180A clockwise rotation of 180 degrees.
Rotate270A clockwise rotation of 270 degrees.
Rotate90A clockwise rotation of 90 degrees.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Imaging.Windows.WicTransformOptions

参照

GrapeCity.Documents.Imaging.Windows 名前空間