#include "../drawing_export.h"
#include "point_f.h"
#include <xtd/iequatable>
#include <xtd/object>
#include <xtd/ustring>
#include <cstdint>
#include <ostream>
Contains xtd::drawing::point class.
- Copyright
- Copyright (c) 2023 Gammasoft. All rights reserved.
Go to the source code of this file.
|
class | xtd::drawing::point |
| Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. More...
|
|
|
template<> |
drawing::point | xtd::parse< drawing::point > (const std::string &str) |
|