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