←Select platform

LeadRectD Constructor(LeadPointD,LeadPointD)

Summary
Initializes a new instance of LeadRectD that is exactly large enough to contain the two specified points.
Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal point1 As LeadPointD, _ 
   ByVal point2 As LeadPointD _ 
) 
public LeadRectD(LeadPointD point1, LeadPointD point2) 
public: 
LeadRectD(  
   LeadPointD point1, 
   LeadPointD point2 
) 

Parameters

point1
The first point that the new rectangle must contain.

point2
The second point that the new rectangle must contain.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.