←Select platform

Create Method

Summary

Creates a new instance of LeadPointD with the specified values.

Syntax

C#
VB
Java
Objective-C
C++
public static LeadPointD Create( 
   double x, 
   double y 
) 
Public Shared Function Create( _ 
   ByVal x As Double, _ 
   ByVal y As Double _ 
) As Leadtools.LeadPointD 
LeadPointD LeadPointDMake(double x, double y) 
public static LeadPointD create(double x, double y) 
public: 
static Leadtools.LeadPointD Create(  
   double x, 
   double y 
)  

Parameters

x
The X-coordinate.

y
The Y-coordinate.

Remarks

The object this method creates.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly