PointD.Addition Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Addition(PointD, SizeD) | |
| Addition(PointD, Size) |
Addition(PointD, SizeD)
public:
static Microsoft::ReportDesigner::PointD operator +(Microsoft::ReportDesigner::PointD pt, Microsoft::ReportDesigner::SizeD sz);
public static Microsoft.ReportDesigner.PointD operator + (Microsoft.ReportDesigner.PointD pt, Microsoft.ReportDesigner.SizeD sz);
static member ( + ) : Microsoft.ReportDesigner.PointD * Microsoft.ReportDesigner.SizeD -> Microsoft.ReportDesigner.PointD
Public Shared Operator + (pt As PointD, sz As SizeD) As PointD
Paramètres
- pt
- PointD
- sz
- SizeD
Retours
S’applique à
Addition(PointD, Size)
public:
static Microsoft::ReportDesigner::PointD operator +(Microsoft::ReportDesigner::PointD pt, System::Drawing::Size sz);
public static Microsoft.ReportDesigner.PointD operator + (Microsoft.ReportDesigner.PointD pt, System.Drawing.Size sz);
static member ( + ) : Microsoft.ReportDesigner.PointD * System.Drawing.Size -> Microsoft.ReportDesigner.PointD
Public Shared Operator + (pt As PointD, sz As Size) As PointD
Paramètres
- pt
- PointD
- sz
- Size