←Select platform

RasterMetadataURational Constructor

Summary

Initializes a new instance of the RasterMetadataURational struct with the specified values.

Syntax

C#
VB
C++
[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 
) 

Parameters

numerator
The value for the numerator.

denominator
The value for the denominator.

Example

For an example, refer to RasterTagMetadata.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly