'Declaration Public Function New( _
ByVal colorThe comment color.As System.Drawing.Color, _
ByVal userNameThe user name.As System.String, _
ByVal boundingBoxThe bounding box.As System.Drawing.RectangleF _
)
public AnnotationComment(
System.Drawing.Color color,
System.String userName,
System.Drawing.RectangleF boundingBox
)
public: AnnotationComment(
System.Drawing.Color* color,
System.String userName,
System.Drawing.RectangleF* boundingBox
)
public:
AnnotationComment(
System.Drawing.Color^ color,
System.String userName,
System.Drawing.RectangleF^ boundingBox
)
Parameters
- color
- The comment color.
- userName
- The user name.
- boundingBox
- The bounding box.