C#
VB
WinRT C#
C++
Initializes a new LeadPointD object with explicit parameters.
public static Leadtools.LeadPointD Create(
double x,
double y
)
Public Shared Function Create( _
ByVal x As Double, _
ByVal y As Double _
) As Leadtools.LeadPointD
public static Leadtools.LeadPointD Create(
double x,
double y
)
function Leadtools.LeadPointDHelper.Create(
x ,
y
)
public:
static Leadtools.LeadPointD Create(
double x,
double y
)
x
Specifies the X-coordinate of the LeadPointD.
y
Specifies the Y-coordinate of the LeadPointD.
A LeadPointD object with LeadPointD.X set to x and LeadPointD.Y set to y.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET