GlyphCollection 생성자

정의

GlyphCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
GlyphCollection()

GlyphCollection 클래스의 새 인스턴스를 초기화합니다.

GlyphCollection(Glyph[])

지정된 GlyphCollection 배열을 사용하여 클래스의 Glyph 새 인스턴스를 초기화합니다.

GlyphCollection(GlyphCollection)

다른 GlyphCollection클래스를 기반으로 클래스의 새 인스턴스를 GlyphCollection 초기화합니다.

GlyphCollection()

Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs

GlyphCollection 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

GlyphCollection(Glyph[])

Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs

지정된 GlyphCollection 배열을 사용하여 클래스의 Glyph 새 인스턴스를 초기화합니다.

public:
 GlyphCollection(cli::array <System::Windows::Forms::Design::Behavior::Glyph ^> ^ value);
public GlyphCollection(System.Windows.Forms.Design.Behavior.Glyph[] value);
new System.Windows.Forms.Design.Behavior.GlyphCollection : System.Windows.Forms.Design.Behavior.Glyph[] -> System.Windows.Forms.Design.Behavior.GlyphCollection
Public Sub New (value As Glyph())

매개 변수

value
Glyph[]

컬렉션을 채울 형식 Glyph 의 배열입니다.

적용 대상

GlyphCollection(GlyphCollection)

Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs

다른 GlyphCollection클래스를 기반으로 클래스의 새 인스턴스를 GlyphCollection 초기화합니다.

public:
 GlyphCollection(System::Windows::Forms::Design::Behavior::GlyphCollection ^ value);
public GlyphCollection(System.Windows.Forms.Design.Behavior.GlyphCollection value);
new System.Windows.Forms.Design.Behavior.GlyphCollection : System.Windows.Forms.Design.Behavior.GlyphCollection -> System.Windows.Forms.Design.Behavior.GlyphCollection
Public Sub New (value As GlyphCollection)

매개 변수

value
GlyphCollection

GlyphCollection 컬렉션을 채우는 A입니다.

적용 대상