Class Scene.Selection_.Outline.Point
Represents an outline point.
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.Selection_.Outline.Point : IEquatable<Scene.Selection_.Outline.Point>
Constructors
Name | Description |
---|---|
Point(int, int) | Constructs a point from given coordinates. |
Point(string) | Constructs a point from given point string. |
Properties
Name | Description |
---|---|
X | |
Y |
Methods
Name | Description |
---|---|
Equals(Point) | Determines whether passed instance has the same value as this one. |
Equals(object) | Determines whether passed object has the same type and value as this one. |
GetHashCode() | Provides a numeric value that is used to identify an object in hash-based algorithms. |
ToString() | Returns a string representation of the point. |
Operators
Name | Description |
---|---|
operator ==(Point, Point) | Determines whether two specified instances have the same value. |
operator !=(Point, Point) | Determines whether two specified instances have different values. |