DioDocs for PDF
FlipRotateAction 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 : FlipRotateAction 列挙体
Specifies the flip and rotate transformations.
シンタックス
'宣言
 
Public Enum FlipRotateAction 
   Inherits System.Enum
public enum FlipRotateAction : System.Enum 
メンバ
メンバ解説
FlipHorizontalA horizontal flip. Pixels are flipped around the vertical y-axis.
FlipHRotate270A horizontal flip, then a counter-clockwise rotation of 90 degrees.
FlipHRotate90A horizontal flip, then a clockwise rotation of 90 degrees.
FlipVerticalA vertical flip. Pixels are flipped around the horizontal x-axis.
NoneNo transformation.
Rotate180A clockwise rotation of 180 degrees.
Rotate270A counter-clockwise rotation of 90 degrees.
Rotate90A clockwise rotation of 90 degrees.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Imaging.FlipRotateAction

参照

GrapeCity.Documents.Imaging 名前空間