Struct representing a segment defined by two points.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public struct Segment : IEquatable<Terrain3D..::..Segment>
Visual Basic
Public Structure Segment _
	Implements IEquatable(Of Terrain3D..::..Segment)
JScript
JScript supports the use of structures, but not the declaration of new ones.

See Also