Click or drag to resize

PointD Structure

2D point of double values.

Namespace:  MediaCy.Utilities.SystemEx
Assembly:  MediaCy.Utilities.SystemEx (in MediaCy.Utilities.SystemEx.dll) Version: 3.1.0.0
Syntax
VB
<SerializableAttribute>
Public Structure PointD

The PointD type exposes the following members.

Constructors
  NameDescription
Public methodPointD(Size)
Initializes a new instance of the PointD class
Public methodPointD(Double, Double)
Initializes a new instance of the PointD class
Top
Properties
  NameDescription
Public propertyIsEmpty
Public propertyX
Public propertyY
Top
Methods
  NameDescription
Public methodStatic memberAdd(PointD, SizeD)
Public methodStatic memberAdd(PointD, Size)
Public methodStatic memberCeiling
Public methodEquals (Overrides ValueTypeEquals(Object).)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodOffset(PointD)
Public methodOffset(Double, Double)
Public methodStatic memberRound
Public methodStatic memberSubtract(PointD, SizeD)
Public methodStatic memberSubtract(PointD, Size)
Public methodToString (Overrides ValueTypeToString.)
Public methodStatic memberTruncate
Top
Operators
Fields
  NameDescription
Public fieldStatic memberEmpty
Top
See Also