C#
VB
C++
Initializes a new instance of the RasterMetadataRational struct with the specified values.
public RasterMetadataRational(
int numerator,
int denominator
)
Public Function New( _
ByVal numerator As Integer, _
ByVal denominator As Integer _
)
public:
RasterMetadataRational(
int numerator,
int denominator
)
numerator
The value for the numerator.
denominator
The value for the denominator.
For an example, refer to WriteComment.
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