BitmapEditor クラスとは? わかりやすく解説

BitmapEditor クラス

プロパティ ブラウザビットマップ ファイル選択するためのユーザー インターフェイス提供します

名前空間: System.Drawing.Design
アセンブリ: System.Drawing.Design (system.drawing.design.dll 内)
構文構文

Public Class BitmapEditor
    Inherits ImageEditor
public class BitmapEditor : ImageEditor
public ref class BitmapEditor : public
 ImageEditor
public class BitmapEditor extends ImageEditor
public class BitmapEditor extends
 ImageEditor
解説解説
使用例使用例

EditorAttribute を使用してBitmapEditorプロパティ関連付けるコード例次に示します

<EditorAttribute(GetType(System.Drawing.Design.BitmapEditor),
 _
    GetType(System.Drawing.Design.UITypeEditor))> _
Public Property testBitmap() As
 Bitmap
    Get
        Return testBmp
    End Get
    Set(ByVal Value As Bitmap)
        testBmp = Value
    End Set
End Property

Private testBmp As Bitmap
[EditorAttribute(typeof(System.Drawing.Design.BitmapEditor), 
    typeof(System.Drawing.Design.UITypeEditor))]
public Bitmap testBitmap
{
    get
    {
        return testBmp;
    }
    set
    {
        testBmp = value;
    }
}
private Bitmap testBmp;
      [EditorAttribute(System::Drawing::Design::BitmapEditor::typeid,System::Drawing::Design::UITypeEditor::typeid)]
      Bitmap^ get()
      {
         return testBmp;
      }

      void set( Bitmap^ value )
      {
         testBmp = value;
      }
   }

private:
   Bitmap^ testBmp;
/** @attribute EditorAttribute(
    System.Drawing.Design.BitmapEditor.class, 
    System.Drawing.Design.UITypeEditor.class)
 */
/** @property 
 */
public Bitmap get_testBitmap()
{
    return testBmp;
} //get_testBitmap

/** @property 
 */
public void set_testBitmap(Bitmap value)
{
    testBmp = value;
} //set_testBitmap

private Bitmap testBmp;
.NET Framework のセキュリティ.NET Frameworkセキュリティ
継承階層継承階層
System.Object
   System.Drawing.Design.UITypeEditor
     System.Drawing.Design.ImageEditor
      System.Drawing.Design.BitmapEditor
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
BitmapEditor メンバ
System.Drawing.Design 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「BitmapEditor クラス」の関連用語

BitmapEditor クラスのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



BitmapEditor クラスのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS