다음을 통해 공유


SizeD 생성자

정의

오버로드

SizeD(PointD)
SizeD(SizeD)
SizeD(Double, Double)

SizeD(PointD)

public:
 SizeD(Microsoft::ReportDesigner::PointD pt);
public SizeD (Microsoft.ReportDesigner.PointD pt);
new Microsoft.ReportDesigner.SizeD : Microsoft.ReportDesigner.PointD -> Microsoft.ReportDesigner.SizeD
Public Sub New (pt As PointD)

매개 변수

pt
PointD

적용 대상

SizeD(SizeD)

public:
 SizeD(Microsoft::ReportDesigner::SizeD size);
public SizeD (Microsoft.ReportDesigner.SizeD size);
new Microsoft.ReportDesigner.SizeD : Microsoft.ReportDesigner.SizeD -> Microsoft.ReportDesigner.SizeD
Public Sub New (size As SizeD)

매개 변수

size
SizeD

적용 대상

SizeD(Double, Double)

public:
 SizeD(double width, double height);
public SizeD (double width, double height);
new Microsoft.ReportDesigner.SizeD : double * double -> Microsoft.ReportDesigner.SizeD
Public Sub New (width As Double, height As Double)

매개 변수

width
Double
height
Double

적용 대상