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