←Select platform

Create Method (RasterMetadataRationalHelper)

Summary

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

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.RasterMetadataRational Create(  
   int numerator, 
   int denominator 
) 
Public Shared Function Create( _ 
   ByVal numerator As Integer, _ 
   ByVal denominator As Integer _ 
) As Leadtools.RasterMetadataRational 
public static Leadtools.RasterMetadataRational Create(  
   int numerator, 
   int denominator 
) 
 function Leadtools.RasterMetadataRationalHelper.Create(  
   numerator , 
   denominator  
) 
public: 
static Leadtools.RasterMetadataRational Create(  
   int numerator, 
   int denominator 
)  

Parameters

numerator
The value for the numerator.

denominator
The value for the denominator.

Return Value

A new instance of the RasterMetadataRational struct with the specified values

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