NShape Reference
ControlPointId Struct

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape >

NShape Reference
ControlPointId Struct

Previous pageReturn to chapter overviewNext page

Identifies a control point of a shape.

Syntax

public struct ControlPointId : IConvertible

Description

Identifies a control point of a shape.

Public Properties

Name

Description

Any

Used in conjunction with methods that use a ControlPointId as filter. In this case, ControlPointId.Any indicates, that no ControlPointId filter should be appllied.

FirstVertex

The first vertex of a linear shape.

LastVertex

The last vertex of a linear shape.

None

Indicates an invalid ControlPointId.

Reference

Used for creating point-to-shape connections.

Public Methods

Name

Description

Equals

Returns true if the given object is a ControlPointId and its value equals the value of the current ControlPointId.

GetHashCode

Calculates a hash code for the current ControlPointId.

ToString

Calculates the string representation of the current ControlPointId.

Operators

Name

Description

ControlPointId

Implicit conversion from integer to ControlPointId.

int

Implicit conversion from ControlPointId to integer.

!=

Tests inequality of two ControlPointIds.

==

Tests equality of two ControlPointIds.

Requirements

Namespace: Dataweb.NShape

Assembly: Dataweb.NShape