C#
VB
WinRT C#
C++
Initializes a new instance of the RasterMetadataURational struct with the specified values.
public static Leadtools.RasterMetadataURational Create(
uint numerator,
uint denominator
)
Public Shared Function Create( _
ByVal numerator As UInteger, _
ByVal denominator As UInteger _
) As Leadtools.RasterMetadataURational
public static Leadtools.RasterMetadataURational Create(
uint numerator,
uint denominator
)
function Leadtools.RasterMetadataURationalHelper.Create(
numerator ,
denominator
)
public:
static Leadtools.RasterMetadataURational Create(
uint numerator,
uint denominator
)
numerator
The value for the numerator.
denominator
The value for the denominator.
A new instance of the RasterMetadataURational struct with the specified values
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