共用方式為


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.Web.UI.DataVisualization.Charting.NamedImage : string * System.Drawing.Image -> System.Web.UI.DataVisualization.Charting.NamedImage
Public Sub New (name As String, image As Image)

參數

name
String

具名影像的名稱。 將具名影像設定為其中一個影像屬性時,使用此名稱。

image
Image

相關聯的影像。

適用於