Initializes a new LeadRect object with explicit parameters.
Public Shared Function Create( _ByVal x As Integer, _ByVal y As Integer, _ByVal width As Integer, _ByVal height As Integer _) As Leadtools.LeadRect
public:static Leadtools.LeadRect Create(int x,int y,int width,int height)
x
Specifies the X coordinates of the LeadRect.
y
Specifies the Y coordinates of the LeadRect.
width
Specifies the width of the LeadRect. Must be a value greater than or equal to 0.
height
Specifies the height of the LeadRect. Must be a value greater than or equal to 0.
A LeadRect 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
