Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal numerator As Integer, _ ByVal denominator As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim numerator As Integer Dim denominator As Integer Dim instance As New RasterMetadataRational(numerator, denominator) |
C# | |
---|---|
public RasterMetadataRational( int numerator, int denominator ) |
C++/CLI | |
---|---|
public: RasterMetadataRational( int numerator, int denominator ) |
Parameters
- numerator
- The value for the numerator.
- denominator
- The value for the denominator.
For an example, refer to Leadtools.Codecs.RasterCodecs.WriteComment(System.IO.Stream,System.Int32,Leadtools.RasterCommentMetadata).
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7