Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadRectD Structure > LeadRectD Constructor : LeadRectD Constructor(LeadPointD,LeadPointD) |
public LeadRectD( LeadPointD point1, LeadPointD point2 )
'Declaration
Public Function New( _ ByVal point1 As LeadPointD, _ ByVal point2 As LeadPointD _ )
'Usage
Dim point1 As LeadPointD Dim point2 As LeadPointD Dim instance As New LeadRectD(point1, point2)
public LeadRectD( LeadPointD point1, LeadPointD point2 )
public LeadRectD(LeadPointD point1, LeadPointD point2)
public: LeadRectD( LeadPointD point1, LeadPointD point2 )