SizeF.Subtract

SizeF.Subtract method

Subtracts the width and height of one SizeF structure from the width and height of another SizeF structure.

public static SizeF Subtract(SizeF sz1, SizeF sz2)
ParameterTypeDescription
sz1SizeFThe SizeF structure on the left side of the subtraction operator.
sz2SizeFThe SizeF structure on the right side of the subtraction operator.

Return Value

A SizeF structure that is a result of the subtraction operation.

See Also