You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Parse*Geometry methods (#304)
* Implement Parse*Geometry methods
This required changing the implementations of GeometryInfo and RectangleInfo to match their C struct counter parts.
* Expose QUANTUM_RANGE
* Add ParseAbsoluteGeometry(string, *RectangleInfo)
* Add ParseRegionGeometry/ParsePageGeometry
* More accurately wrap Parse*Geometry APIs
* Add func documentation