次の方法で共有


Label.DrawImage メソッド

Image を指定した境界内に描画します。

Protected Sub DrawImage( _
   ByVal g As Graphics, _   ByVal image As Image, _   ByVal r As Rectangle, _   ByVal align As ContentAlignment _)
[C#]
protected void DrawImage(Graphicsg,Imageimage,Rectangler,ContentAlignmentalign);
[C++]
protected: void DrawImage(Graphics* g,Image* image,Rectangler,ContentAlignmentalign);
[JScript]
protected function DrawImage(
   g : Graphics,image : Image,r : Rectangle,align : ContentAlignment);

パラメータ

  • g
    描画が実行される Graphics 表面。
  • image
    描画する Image
  • r
    描画の実行範囲を表す Rectangle 境界。
  • align
    描画するイメージの Label 内での配置。

解説

継承時の注意: Label から派生して独自のコントロールを作成している場合は、このメソッドを使用してコントロールの表面にイメージを描画できます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Label クラス | Label メンバ | System.Windows.Forms 名前空間 | ContentAlignment | Graphics | Image | Rectangle