LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RasterMetadataURational Constructor (RasterMetadataURational)






The value for the numerator.
The value for the denominator.
Initializes a new instance of the RasterMetadataURational struct with the specified values. .NET support Silverlight support
Syntax
[CLSCompliantAttribute(false)]
public RasterMetadataURational( 
   uint numerator,
   uint denominator
)
'Declaration
 
<CLSCompliantAttribute(False)>
Public Function New( _
   ByVal numerator As UInteger, _
   ByVal denominator As UInteger _
)
'Usage
 
Dim numerator As UInteger
Dim denominator As UInteger
 
Dim instance As New RasterMetadataURational(numerator, denominator)
[CLSCompliantAttribute(false)]
public RasterMetadataURational( 
   uint numerator,
   uint denominator
)
function RasterMetadataURational( 
   numerator ,
   denominator 
)
[CLSCompliantAttribute(false)]
public:
RasterMetadataURational( 
   uint numerator,
   uint denominator
)

Parameters

numerator
The value for the numerator.
denominator
The value for the denominator.
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

RasterMetadataURational Structure
RasterMetadataURational Members

 

 


Products | Support | Contact Us | Copyright Notices

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