PointF.op_Subtraction

operator -

Translates a PointF by the negative of a given Size .

public static PointF operator -(PointF pt, Size sz)
ParameterTypeDescription
ptPointFThe PointF to add.
szSizeThe Size to add

Return Value

The PointF that is the result of the translate operation.

See Also


operator -

Translates a PointF by the negative of a given SizeF .

public static PointF operator -(PointF pt, SizeF sz)
ParameterTypeDescription
ptPointFThe PointF to add.
szSizeFThe SizeF to add

Return Value

The PointF that is the result of the translate operation.

See Also