Click or drag to resize

PointD Constructor (Double, Double)

Initializes a new instance of the PointD class

Namespace:  MediaCy.Utilities.SystemEx
Assembly:  MediaCy.Utilities.SystemEx (in MediaCy.Utilities.SystemEx.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	x As Double,
	y As Double
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
See Also