LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create Method (RasterMetadataURationalHelper)






The value for the numerator.
The value for the denominator.
Initializes a new instance of the RasterMetadataURational struct with the specified values. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterMetadataURationalHelper Class
RasterMetadataURationalHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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