TextEffectCollection 생성자

정의

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

오버로드

Name Description
TextEffectCollection()

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

TextEffectCollection(IEnumerable<TextEffect>)

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

TextEffectCollection(Int32)

비어 있고 지정된 초기 용량이 있는 새 TextEffectCollection 인스턴스를 초기화합니다.

TextEffectCollection()

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

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

적용 대상

TextEffectCollection(IEnumerable<TextEffect>)

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

public:
 TextEffectCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::TextEffect ^> ^ collection);
public TextEffectCollection(System.Collections.Generic.IEnumerable<System.Windows.Media.TextEffect> collection);
new System.Windows.Media.TextEffectCollection : seq<System.Windows.Media.TextEffect> -> System.Windows.Media.TextEffectCollection
Public Sub New (collection As IEnumerable(Of TextEffect))

매개 변수

collection
IEnumerable<TextEffect>

형식 IEnumerable의 열거자입니다.

적용 대상

TextEffectCollection(Int32)

비어 있고 지정된 초기 용량이 있는 새 TextEffectCollection 인스턴스를 초기화합니다.

public:
 TextEffectCollection(int capacity);
public TextEffectCollection(int capacity);
new System.Windows.Media.TextEffectCollection : int -> System.Windows.Media.TextEffectCollection
Public Sub New (capacity As Integer)

매개 변수

capacity
Int32

새 컬렉션에서 처음에 저장할 수 있는 요소의 수입니다.

적용 대상