Share via


NamedImage コンストラクター

定義

NamedImage クラスの新しいインスタンスを初期化します。

オーバーロード

NamedImage()

NamedImage クラスの新しいインスタンスを初期化します。

NamedImage(String, Image)

名前付きのイメージの名前と関連するイメージを指定して、NamedImage クラスの新しいインスタンスを初期化します。

NamedImage()

NamedImage クラスの新しいインスタンスを初期化します。

public:
 NamedImage();
public NamedImage ();
Public Sub New ()

適用対象

NamedImage(String, Image)

名前付きのイメージの名前と関連するイメージを指定して、NamedImage クラスの新しいインスタンスを初期化します。

public:
 NamedImage(System::String ^ name, System::Drawing::Image ^ image);
public NamedImage (string name, System.Drawing.Image image);
new System.Windows.Forms.DataVisualization.Charting.NamedImage : string * System.Drawing.Image -> System.Windows.Forms.DataVisualization.Charting.NamedImage
Public Sub New (name As String, image As Image)

パラメーター

name
String

名前付きのイメージの名前。 この名前は、名前付きのイメージをいずれかのイメージ プロパティに設定する場合に使用します。

image
Image

名前付きイメージの関連するイメージ。

適用対象