Adds a new callout annotation to the end of the collection.
Visual Basic (Declaration) | |
---|---|
Public Function AddCallout( _ ByVal name As String, _ ByVal text As String, _ ByVal style As CalloutStyle, _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int AddCallout( string name, string text, CalloutStyle style, double x, double y, double width, double height ) |
Parameters
- name
- Name of the annotation. Use an empty string to automatically assign a unique name.
Name of the annotation. Use an empty string to automatically assign a unique name. - text
- Annotation text.
Annotation text. - style
- Style of the annotation.
CalloutStyle of the annotation. - x
- X coordinate of the annotation.
X coordinate of the annotation. - y
- Y coordinate of the annotation.
Y coordinate of the annotation. - width
- Width of the annotation.
Width of the annotation. - height
- Height of the annotation.
Height of the annotation.
Return Value
Index of the added object.
Index of the added object.
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