PointD.Subtract Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| Subtract(PointD, SizeD) | |
| Subtract(PointD, Size) |
Subtract(PointD, SizeD)
public:
static Microsoft::ReportDesigner::PointD Subtract(Microsoft::ReportDesigner::PointD pt, Microsoft::ReportDesigner::SizeD sz);
public static Microsoft.ReportDesigner.PointD Subtract(Microsoft.ReportDesigner.PointD pt, Microsoft.ReportDesigner.SizeD sz);
static member Subtract : Microsoft.ReportDesigner.PointD * Microsoft.ReportDesigner.SizeD -> Microsoft.ReportDesigner.PointD
Public Shared Function Subtract (pt As PointD, sz As SizeD) As PointD
Parameter
- pt
- PointD
- sz
- SizeD
Gibt zurück
Gilt für:
Subtract(PointD, Size)
public:
static Microsoft::ReportDesigner::PointD Subtract(Microsoft::ReportDesigner::PointD pt, System::Drawing::Size sz);
public static Microsoft.ReportDesigner.PointD Subtract(Microsoft.ReportDesigner.PointD pt, System.Drawing.Size sz);
static member Subtract : Microsoft.ReportDesigner.PointD * System.Drawing.Size -> Microsoft.ReportDesigner.PointD
Public Shared Function Subtract (pt As PointD, sz As Size) As PointD
Parameter
- pt
- PointD
- sz
- Size