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