Intersoft ClientUI Documentation
RenderPoint Constructor



Initialize Render Point
Syntax
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal dataPoint As IDataPoint _
)
Dim x As Double
Dim y As Double
Dim dataPoint As IDataPoint
 
Dim instance As New RenderPoint(x, y, dataPoint)
public RenderPoint( 
   double x,
   double y,
   IDataPoint dataPoint
)
public:
RenderPoint( 
   double x,
   double y,
   IDataPoint^ dataPoint
)

Parameters

x
y
dataPoint
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RenderPoint Structure
RenderPoint Members

Send Feedback