Point.Subtract(Point, Size) Método
Definição
public:
static System::Drawing::Point Subtract(System::Drawing::Point pt, System::Drawing::Size sz);
public static System.Drawing.Point Subtract (System.Drawing.Point pt, System.Drawing.Size sz);
static member Subtract : System.Drawing.Point * System.Drawing.Size -> System.Drawing.Point
Public Shared Function Subtract (pt As Point, sz As Size) As Point
Parâmetros
Retornos
O Point que é o resultado da operação de subtração.The Point that is the result of the subtraction operation.
Comentários
O Subtract subtrai o Width e Height do especificado Size dos X Y valores e do ponto especificado.The Subtract subtracts the Width and Height of the specified Size from the X and Y values of the specified point.