PointD.Subtract Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- pt
- PointD
- sz
- SizeD
Returns
Applies to
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
Parameters
- pt
- PointD
- sz
- Size