Creates a new instance of LeadRectD with the specified x-coordinate, y-coordinate, width, and 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
)
x
The x-coordinate of the top-left corner of the rectangle.
y
The y-coordinate of the top-left corner of the rectangle.
width
The width value. Must be a value greater than or equal to 0.
height
The height value. Must be a value greater than or equal to 0.
The object this method creates.
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