←Select platform

Create Method (RasterMetadataURationalHelper)

Summary

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

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.RasterMetadataURational Create(  
   uint numerator, 
   uint denominator 
) 
Public Shared Function Create( _ 
   ByVal numerator As UInteger, _ 
   ByVal denominator As UInteger _ 
) As Leadtools.RasterMetadataURational 
public static Leadtools.RasterMetadataURational Create(  
   uint numerator, 
   uint denominator 
) 
 function Leadtools.RasterMetadataURationalHelper.Create(  
   numerator , 
   denominator  
) 
public: 
static Leadtools.RasterMetadataURational Create(  
   uint numerator, 
   uint denominator 
)  

Parameters

numerator
The value for the numerator.

denominator
The value for the denominator.

Return Value

A new instance of the RasterMetadataURational 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