Initializes a new LeadRectD object with explicit parameters.
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
)
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.
A LeadRectD with X set to x, Y set to y, Width set to width and Height set to height.
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