Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadPointD Structure : Create Method |
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)
public: static LeadPointD Create( double x, double y )