Click or drag to resize
DigitalRuneStrokedSegment2F Methods

The StrokedSegment2F type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlatten
Computes the points of a sequence of line segments which approximate the curve.
(Inherited from StrokedSegmentTParam, TPoint.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLength
Computes the approximated length of the curve for the parameter interval [start, end].
(Inherited from StrokedSegmentTParam, TPoint.)
Public methodGetPoint
Computes a point on the curve.
(Inherited from StrokedSegmentTParam, TPoint.)
Public methodGetTangent
Computes the tangent for a point on the curve.
(Inherited from StrokedSegmentTParam, TPoint.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also