C#
VB
Java
Objective-C
C++
Initializes a new LeadPoint structure with explicit parameters.
Public Shared Function Create( _
ByVal x As Integer, _
ByVal y As Integer _
) As Leadtools.LeadPoint
public:
static Leadtools.LeadPoint Create(
int x,
int y
)
x
Specifies the X-coordinate of the LeadPoint structure.
y
Specifies the Y-coordinate of the LeadPoint structure.
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