←Select platform

Create Method

Summary

Initializes a new LeadPoint structure with explicit parameters.

Syntax

C#
VB
Java
Objective-C
C++
public static LeadPoint Create( 
   int x, 
   int y 
) 
Public Shared Function Create( _ 
   ByVal x As Integer, _ 
   ByVal y As Integer _ 
) As Leadtools.LeadPoint 
LeadPoint LeadPointMake(NSInteger x, NSInteger y) 
public static LeadPoint create(int x, int y) 
public: 
static Leadtools.LeadPoint Create(  
   int x, 
   int y 
)  

Parameters

x
Specifies the X-coordinate of the LeadPoint structure.

y
Specifies the Y-coordinate of the LeadPoint structure.

Return Value

A LeadPoint structure with X set to x and Y set to y.

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