PointD.Subtraction Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| Subtraction(PointD, SizeD) | |
| Subtraction(PointD, Size) |
Subtraction(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
Parâmetros
- pt
- PointD
- sz
- SizeD
Retornos
Aplica-se a
Subtraction(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
Parâmetros
- pt
- PointD
- sz
- Size