Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

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.
Syntax
'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)
 function Leadtools.RasterMetadataURationalHelper.Create( 
   numerator ,
   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

Error processing SSI file