DioDocs for PDF
WicTransformOptions 列挙体

DS.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 : WicTransformOptions 列挙体
反転と回転の変換を指定します。
シンタックス
'宣言
 
Public Enum WicTransformOptions 
   Inherits System.Enum
public enum WicTransformOptions : System.Enum 
メンバ
メンバ解説
FlipHorizontal水平方向の反転。 ピクセルは垂直 y 軸を中心に反転されます。
FlipVertical垂直方向の反転。 ピクセルは、横 x 軸を中心に反転されます。
Rotate00 度の回転。
Rotate180180 度の時計回りの回転。
Rotate270270 度の時計回りの回転。
Rotate9090 度の時計回りの回転。
継承階層

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

参照

GrapeCity.Documents.Imaging.Windows 名前空間