| Visual Basic (Declaration) | |
|---|---|
Public Function AddPolygon( _ ByVal name As String, _ ByVal path As GraphicsPath _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int AddPolygon( string name, GraphicsPath path ) | |
Parameters
- name
- Name of the annotation. Use an empty string to automatically assign a unique name.
- path
- GraphicsPath object for the polygon annotation. This defines its path.
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