C#
VB
Java
Objective-C
C++
Initializes a new LeadSize structure with explicit parameters.
Public Shared Function Create( _
ByVal width As Integer, _
ByVal height As Integer _
) As Leadtools.LeadSize
public:
static Leadtools.LeadSize Create(
int width,
int height
)
width
Specifies the width of the LeadSize structure. Must be a value greater than or equal to 0.
height
Specifies the height of the LeadSize structure. Must be a value greater than or equal to 0.
A LeadSize structure with the Width set to width and the 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