Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CornerValue Structure / C1CornerValue Constructor / C1CornerValue Constructor(Double,Double)
The horizontal corner value.
The vertical corner value.


In This Topic
    C1CornerValue Constructor(Double,Double)
    In This Topic
    Initializes a new instance of the C1CornerValue struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal horizontal As Double, _
       ByVal vertical As Double _
    )
    'Usage
     
    
    Dim horizontal As Double
    Dim vertical As Double
     
    Dim instance As New C1CornerValue(horizontal, vertical)
    public C1CornerValue( 
       double horizontal,
       double vertical
    )

    Parameters

    horizontal
    The horizontal corner value.
    vertical
    The vertical corner value.
    See Also