Click or drag to resize

PointEx Structure

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public struct PointEx

The PointEx type exposes the following members.

Constructors
  NameDescription
Public methodPointEx(Point)
Initializes a new instance of the PointEx class
Public methodPointEx(Double, Double)
Initializes a new instance of the PointEx class
Top
Methods
  NameDescription
Public methodAngle360
Public methodDistanceTo
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodExtendAlong
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLength
Public methodOffset
Public methodRotate(Double)
Public methodRotate(PointEx, Double)
Public methodToPoint
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
Fields
  NameDescription
Public fieldX
Public fieldY
Top
See Also