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(Double,Double,Double,Double) |
'Declaration
Public Function New( _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double _ )
'Usage
Dim x As Double Dim y As Double Dim width As Double Dim height As Double Dim instance As New LeadRectD(x, y, width, height)
public LeadRectD(double x, double y, double width, double height)