C#
VB
WinRT C#
C++
Initializes a new LeadSize object with explicit parameters.
public static Leadtools.LeadSize Create(
int width,
int height
)
Public Shared Function Create( _
ByVal width As Integer, _
ByVal height As Integer _
) As Leadtools.LeadSize
public static Leadtools.LeadSize Create(
int width,
int height
)
function Leadtools.LeadSizeHelper.Create(
width ,
height
)
public:
static Leadtools.LeadSize Create(
int width,
int height
)
width
Specifies the width of the LeadSize.
height
Specifies the height of the LeadSize.
A LeadSize object with LeadSize.Width set to width and LeadSize.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