GrapeCity.Xaml.Excel
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 Double, _
   ByVal y As Double _
)
'Usage
 
Dim x As Double
Dim y As Double
 
Dim instance As New GcPoint(x, y)
public GcPoint( 
   double x,
   double y
)

Parameters

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

GcPoint Structure
GcPoint Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options