←Select platform

RasterMetadataRational Constructor

Summary

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

Syntax

C#
VB
C++
Public Function New( _ 
   ByVal numerator As Integer, _ 
   ByVal denominator As Integer _ 
) 
public: 
RasterMetadataRational(  
   int numerator, 
   int denominator 
) 

Parameters

numerator
The value for the numerator.

denominator
The value for the denominator.

Example

For an example, refer to WriteComment.

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