Click or drag to resize

LineD2D Methods

The LineD2D type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetPointAtLineFromRelativeValue Gets the point at this line from a relative value.
Public methodGetPoints Gets the points of the line as enumeration.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIntersection Calculates the intersection point of two lines.
Public methodReversed Returns a line with opposite direction compared to this line.
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Public methodStatic memberTransform Transforms a line with the matrix m.
Public methodWithP0 Returns a new line with P0 set to the provided value.
Public methodWithP1 Returns a new line with P1 set to the provided value.
Public methodWithRotationRadian Creates a new line, which is a rotated version of this line (rotation around a given center point).
Top
See Also