Coordinate Class |
Namespace: ProScript
The Coordinate type exposes the following members.
Name | Description | |
---|---|---|
![]() | Coordinate(Coordinate) |
Copy Constructor
|
![]() | Coordinate(Boolean, Boolean, Int32, Int32) |
Initializes a new instance of the Coordinate class.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetX |
Gets the x value.
|
![]() | GetY |
Gets the y value.
|
![]() | IsDataSource |
Gets whether or not this coordinate is a data source.
|
![]() | IsPenDown |
Gets whether or not the pen is currently down.
|
![]() | ToString |
Converts this object into a human readable string.
(Overrides ObjectToString.) |