C# Class Revit.SDK.Samples.CurtainWallGrid.CS.PointD

the 2D point class which contains double value for its coordinates
Mostrar archivo Open project: AMEE/revit

Public Methods

Method Description
PointD ( double x, double y ) : System

constructor

Method Details

PointD() public method

constructor
public PointD ( double x, double y ) : System
x double /// X value of the point ///
y double /// Y value of the point ///
return System