Sets the specified point at the specified position within the collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void SetAt ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetAt( _ |
The zero-based index of the point to set.
The PointF object to set at the specified position.
See Also