[]
Returns the result of addition of size to point.
public static Point2L operator +(Point2L p, Size2L sz)
Type | Name | Description |
---|---|---|
Point2L | p | |
Size2L | sz |
Type | Description |
---|---|
Point2L |
Returns the result of addition of point2 to point1.
public static Point2L operator +(Point2L point1, Point2L point2)
Type | Name | Description |
---|---|---|
Point2L | point1 | |
Point2L | point2 |
Type | Description |
---|---|
Point2L |