C#
VB
C++
Initializes a new instance of the RasterMetadataURational struct with the specified values.
[CLSCompliantAttribute(false)]
public RasterMetadataURational(
uint numerator,
uint denominator
)
<CLSCompliantAttribute(False)>
Public Function New( _
ByVal numerator As UInteger, _
ByVal denominator As UInteger _
)
[CLSCompliantAttribute(false)]
public:
RasterMetadataURational(
uint numerator,
uint denominator
)
numerator
The value for the numerator.
denominator
The value for the denominator.
For an example, refer to RasterTagMetadata.
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