NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PointF Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal x As Single, _
   ByVal y As Single _
)
[C#]
public PointF(
   float x,
   float y
);
[C++]
public: PointF(
   float x,
   float y
);
[JScript]
public function PointF(
   x : float,
   y : float
);

Parameters

x
[To be supplied.]
y
[To be supplied.]

See Also

PointF Structure | PointF Members | System.Drawing Namespace