[FlagsAttribute()] public enum ChangeToImageOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum ChangeToImageOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ChangeToImageOptions
[FlagsAttribute()] public enum class ChangeToImageOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
値 | メンバ | 説明 |
---|---|---|
0 x 00000000 | None | デフォルトです。 ![]() |
0 x 00000001 | ForceChange | imageがGDI+互換でないならば、このフラグは変換を強制します。 ![]() |
0 x 00000002 | NoPalette | imageがパレットを持っているならば、失敗します。 ![]() |
0 x 00000004 | TopLeftAlways | RasterViewPerspective.TopLeftビューの視点と方向を持っているために、imageを強制します。 ![]() |
ChangeToImageOptionsが、RasterImageConverter.ChangeToImageメソッドのためのオプションとして使われます。
詳細については、「RasterImageとGDI/GDI+」を参照してください。
System.Object
System.ValueType
System.Enum
Leadtools.Drawing.ChangeToImageOptions