KitchenDraw SDK 2
Show / Hide Table of Contents

Class Scene.Selection_.Outline.Segment

Represents an outline segment.

Inheritance
object
Scene.Selection_.Outline.Segment
Implements
IEquatable<Scene.Selection_.Outline.Segment>
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.Segment : IEquatable<Scene.Selection_.Outline.Segment>

Constructors

Name Description
Segment(Point, Point)

Constructs a segment from given segment points

Segment(string)

Constructs a segment from given segment string.

Properties

Name Description
A
B

Methods

Name Description
Equals(Segment)

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 that represents the current object.

Operators

Name Description
operator ==(Segment, Segment)

Determines whether two specified instances have the same value.

operator !=(Segment, Segment)

Determines whether two specified instances have different values.

In this article
Back to top Generated by DocFX