LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

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 New 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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also