ActiveReports 12
PointFEx Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > PointFEx Structure : PointFEx Constructor
The horizontal position of the point.
The vertical position of the point.
Initializes a new instance of the PointFEx class with the specified coordinates.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Single, _
   ByVal y As Single _
)
public PointFEx( 
   float x,
   float y
)

Parameters

x
The horizontal position of the point.
y
The vertical position of the point.
See Also

Reference

PointFEx Structure
PointFEx Members