GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / SubtractPoints Method / SubtractPoints(PointF,SizeF) Method
In This Topic
    SubtractPoints(PointF,SizeF) Method
    In This Topic
    This shared method helps do subtraction of PointF and SizeF values.
    Syntax
    public static SizeF SubtractPoints( 
       PointF a,
       SizeF b
    )

    Parameters

    a
    b
    See Also