|
FRX SDK Documentation 2025 SP0
|
#include <addclass.h>
Public Member Functions | |
| AcGsDCPoint (void) | |
| AcGsDCPoint (long, long) | |
| void | operator= (AcGsDCPoint const &) |
| bool | operator== (AcGsDCPoint const &) const |
| bool | operator!= (AcGsDCPoint const &) const |
Public Attributes | |
| long | x |
| long | y |
Definition at line 588 of file addclass.h.
| AcGsDCPoint::AcGsDCPoint | ( | void | ) |
| bool AcGsDCPoint::operator!= | ( | AcGsDCPoint const & | ) | const |
| void AcGsDCPoint::operator= | ( | AcGsDCPoint const & | ) |
| bool AcGsDCPoint::operator== | ( | AcGsDCPoint const & | ) | const |
| long AcGsDCPoint::x |
Definition at line 591 of file addclass.h.
| long AcGsDCPoint::y |
Definition at line 592 of file addclass.h.