Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterMetadataRational Constructor
See Also 
Leadtools Namespace > RasterMetadataRational Structure : RasterMetadataRational Constructor



numerator
The value for the numerator.
denominator
The value for the denominator.
Initializes a new instance of the RasterMetadataRational class with the specified values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal numerator As Integer, _
   ByVal denominator As Integer _
)
Visual Basic (Usage)Copy Code
Dim numerator As Integer
Dim denominator As Integer
 
Dim instance As RasterMetadataRational(numerator, denominator)
C# 
public RasterMetadataRational( 
   int numerator,
   int denominator
)
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also