|
PointH Constructor (Single, Single, Single)
|
Creates a new point.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public PointH(
float x,
float y,
float w
)
Public Sub New (
x As Single,
y As Single,
w As Single
)
Request Example
View SourceParameters
- x
- Type: SystemSingle
- y
- Type: SystemSingle
- w
- Type: SystemSingle
See Also