LEADTOOLS (Leadtools assembly)

Create Method (RasterMetadataURationalHelper)

Show in webframe







The value for the numerator.
The value for the denominator.
Initializes a new instance of the RasterMetadataURational struct with the specified values.
Syntax
public static RasterMetadataURational Create( 
   uint numerator,
   uint denominator
)
'Declaration
 
Public Shared Function Create( _
   ByVal numerator As UInteger, _
   ByVal denominator As UInteger _
) As RasterMetadataURational
'Usage
 
Dim numerator As UInteger
Dim denominator As UInteger
Dim value As RasterMetadataURational
 
value = RasterMetadataURationalHelper.Create(numerator, denominator)
public static RasterMetadataURational Create( 
   uint numerator,
   uint denominator
)

            

            
 function Leadtools.RasterMetadataURationalHelper.Create( 
   numerator ,
   denominator 
)
public:
static 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
Example
For an example, refer to RasterTagMetadata.
Requirements

Target Platforms

See Also

Reference

RasterMetadataURationalHelper Class
RasterMetadataURationalHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.