Point.FromLong
Point.FromLong method
Deconstruct a Point object packed into a long object to separate X and Y int values.
public static void FromLong(long packedPoint, out int x, out int y)
Parameter | Type | Description |
---|---|---|
packedPoint | Int64 | The Point object packed into one long value. |
x | Int32& | The extracted from the packed Point X value. |
y | Int32& | The extracted from the packed Point Y value. |
See Also
- struct Point
- namespace Aspose.Imaging
- assembly Aspose.Imaging