ImageMapAreasCollection 생성자

정의

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

오버로드

ImageMapAreasCollection()

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

ImageMapAreasCollection(Int32)

특정 용량을 사용하여 ImageMapAreasCollection 클래스의 새 인스턴스를 초기화합니다.

ImageMapAreasCollection()

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

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

적용 대상

ImageMapAreasCollection(Int32)

특정 용량을 사용하여 ImageMapAreasCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 ImageMapAreasCollection(int capacity);
public ImageMapAreasCollection (int capacity);
new Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection : int -> Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection
Public Sub New (capacity As Integer)

매개 변수

capacity
Int32

이미지 맵 영역 컬렉션의 용량입니다.

적용 대상