Compartilhar via


SizeD Construtores

Definição

Sobrecargas

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)

Parâmetros

pt
PointD

Aplica-se a

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)

Parâmetros

size
SizeD

Aplica-se a

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)

Parâmetros

width
Double
height
Double

Aplica-se a