Initializes a new instance of the Note class with the specified properties.

Overload List

  NameDescription
Note()()()
Initializes a new instance of the Note class.
Note(String)
Initializes a new instance of the Note class with the specified Name.
Note(String, Geometry)
Initializes a new instance of the Note class with the specified name and Geometry.
Note(String, Graphic)
Initializes a new instance of the Note class with the specified name and Graphic.
Note(String, Geometry, Symbol)
Initializes a new instance of the Note class with the specified name and Geometry and Symbol.

See Also