ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetValue Method / SetValue(Int32,Point2F) Method
Index of the property
Value of the property

In This Topic
    SetValue(Int32,Point2F) Method
    In This Topic
    Sets the named property to the given value.
    Syntax
    'Declaration
     
    Public Overloads Sub SetValue( _
       ByVal index As System.Integer, _
       ByVal value As Point2F _
    ) 
    public void SetValue( 
       System.int index,
       Point2F value
    )

    Parameters

    index
    Index of the property
    value
    Value of the property
    See Also