Evbpc.Framework.Drawing.PointF.Add C# (CSharp) Method

Add() public static method

Offsets a PointF by the specified Size.
public static Add ( PointF pt, Size sz ) : PointF
pt PointF The that should be offset.
sz Size The to offset by.
return PointF
        public static PointF Add(PointF pt, Size sz) => pt + sz;

Same methods

PointF::Add ( PointF pt, SizeF sz ) : PointF