Constructs a Ring from a coordinate string.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim coords As String
Dim pointDelimiter As Char
Dim xyDelimiter As Char
Dim instance As New Ring(coords, pointDelimiter, xyDelimiter) |
Parameters
- coords
- String containing the coordinates of the Ring.
- pointDelimiter
- Character that separates the points.
- xyDelimiter
- Character that separates the x- and y-coordinates.
Example
For an example of using a string of coordinates to create a geometry object, see
Path.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also