PointF.op_Addition

operator +

Translates a PointF by 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 addition operation.

See Also


operator +

Translates a PointF by 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 addition operation.

See Also