Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Create Method (LeadPointD)








The X-coordinate.
The Y-coordinate.
Creates a new instance of LeadPointD with the specified values.
Syntax
public static LeadPointD Create( 
   double x,
   double y
)
'Declaration
 
Public Shared Function Create( _
   ByVal x As Double, _
   ByVal y As Double _
) As LeadPointD
'Usage
 
Dim x As Double
Dim y As Double
Dim value As LeadPointD
 
value = LeadPointD.Create(x, y)
public static LeadPointD Create( 
   double x,
   double y
)
LeadPointD LeadPointDMake(double x, double y)
public static LeadPointD create(double x, double y)
 function Leadtools.LeadPointD.Create( 
   x ,
   y 
)
public:
static LeadPointD Create( 
   double x,
   double y
) 

Parameters

x
The X-coordinate.
y
The Y-coordinate.
Remarks
The object this method creates.
Requirements

Target Platforms

See Also

Reference

LeadPointD Structure
LeadPointD Members

Error processing SSI file