C#
VB
WinRT C#
C++
Initializes a new LeadPoint object with explicit parameters.
public static Leadtools.LeadPoint Create(
int x,
int y
)
Public Shared Function Create( _
ByVal x As Integer, _
ByVal y As Integer _
) As Leadtools.LeadPoint
public static Leadtools.LeadPoint Create(
int x,
int y
)
function Leadtools.LeadPointHelper.Create(
x ,
y
)
public:
static Leadtools.LeadPoint Create(
int x,
int y
)
x
Specifies the X-coordinate of the LeadPoint.
y
Specifies the Y-coordinate of the LeadPoint.
A LeadPoint object with LeadPoint.X set to x and LeadPoint.Y set to y.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET