BinaryImage for ASP.NET Web Forms
ImageCropPosition 列挙体

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1BinaryImage 名前空間 : ImageCropPosition 列挙体
画像のトリミングに使用されるトリミング位置。
シンタックス
'宣言
 
Public Enum ImageCropPosition 
   Inherits System.Enum
public enum ImageCropPosition : System.Enum 
メンバ
メンバ解説
Bottom画像を下中央からトリミングします。
Center画像を中央からトリミングします。
Left画像を中央左からトリミングします。
Right画像を中央右からトリミングします。
Top画像を上中央からトリミングします。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1BinaryImage.ImageCropPosition

参照

C1.Web.Wijmo.Controls.C1BinaryImage 名前空間