Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Create Method (LeadPoint)








Specifies the X-coordinate of the LeadPoint structure.
Specifies the Y-coordinate of the LeadPoint structure.
Initializes a new LeadPoint structure with explicit parameters.
Syntax
public static LeadPoint Create( 
   int x,
   int y
)
'Declaration
 
Public Shared Function Create( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As LeadPoint
'Usage
 
Dim x As Integer
Dim y As Integer
Dim value As LeadPoint
 
value = LeadPoint.Create(x, y)
public static LeadPoint Create( 
   int x,
   int y
)
LeadPoint LeadPointMake(NSInteger x, NSInteger y)
public static LeadPoint create(int x, int y)
 function Leadtools.LeadPoint.Create( 
   x ,
   y 
)
public:
static 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

See Also

Reference

LeadPoint Structure
LeadPoint Members

Error processing SSI file