C#
VB
Java
C++
Initializes a new instance of LeadRectD that is exactly large enough to contain the two specified points.
public LeadRectD(
LeadPointD point1,
LeadPointD point2
)
Public Function New( _
ByVal point1 As Leadtools.LeadPointD, _
ByVal point2 As Leadtools.LeadPointD _
)
public:
LeadRectD(
Leadtools.LeadPointD point1,
Leadtools.LeadPointD point2
)
point1
The first point that the new rectangle must contain.
point2
The second point that the new rectangle must contain.
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