KitchenDraw SDK 2
Show / Hide Table of Contents

Class Scene.Selection_.Outline.Point

Represents an outline point.

Inheritance
object
Scene.Selection_.Outline.Point
Implements
IEquatable<Scene.Selection_.Outline.Point>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
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.

In this article
Back to top Generated by DocFX