Visual Basic (Declaration) | |
---|---|
<CLSCompliantAttribute(False)> Public Function New( _ ByVal numerator As UInteger, _ ByVal denominator As UInteger _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[CLSCompliantAttribute(false)] public RasterMetadataURational( uint numerator, uint denominator ) |
C++/CLI | |
---|---|
[CLSCompliantAttribute(false)] public: RasterMetadataURational( uint numerator, uint denominator ) |
Parameters
- numerator
- The value for the numerator.
- denominator
- The value for the denominator.
For an example, refer to RasterTagMetadata.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family