Spread Silverlight Documentation
GcPoint Constructor


The horizontal position of the point.
The vertical position of the point.
Initializes a new instance of the GrapeCity.Excel.GcPoint class with the specified coordinates.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As System.Double, _
   ByVal y As System.Double _
)
'Usage
 
Dim x As System.Double
Dim y As System.Double
 
Dim instance As New GcPoint(x, y)
public GcPoint( 
   System.double x,
   System.double y
)

Parameters

x
The horizontal position of the point.
y
The vertical position of the point.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcPoint Structure
GcPoint Members

 

 


Copyright © GrapeCity, inc. All rights reserved.