←Select platform

Create Method (LeadRectDHelper)

Summary

Initializes a new LeadRectD object with explicit parameters.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.LeadRectD Create(  
   double x, 
   double y, 
   double width, 
   double height 
) 
Public Shared Function Create( _ 
   ByVal x As Double, _ 
   ByVal y As Double, _ 
   ByVal width As Double, _ 
   ByVal height As Double _ 
) As Leadtools.LeadRectD 
public static Leadtools.LeadRectD Create(  
   double x, 
   double y, 
   double width, 
   double height 
) 
 function Leadtools.LeadRectDHelper.Create(  
   x , 
   y , 
   width , 
   height  
) 
public: 
static Leadtools.LeadRectD Create(  
   double x, 
   double y, 
   double width, 
   double height 
)  

Parameters

x
Specifies the X coordinates of the LeadRectD.

y
Specifies the Y coordinates of the LeadRectD.

width
Specifies the width of the LeadRectD. Must be a value greater than or equal to 0.

height
Specifies the height of the LeadRectD. Must be a value greater than or equal to 0.

Return Value

A LeadRectD with X set to x, Y set to y, Width set to width and Height set to height.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly