'Declaration
Public Function AddEllipseAnnot( _ ByVal BorderColor As GdPictureColor, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As AnnotationEllipse
public AnnotationEllipse AddEllipseAnnot( GdPictureColor BorderColor, float Left, float Top, float Width, float Height )
public function AddEllipseAnnot( BorderColor: GdPictureColor; Left: Single; Top: Single; Width: Single; Height: Single ): AnnotationEllipse;
public function AddEllipseAnnot( BorderColor : GdPictureColor, Left : float, Top : float, Width : float, Height : float ) : AnnotationEllipse;
public: AnnotationEllipse* AddEllipseAnnot( GdPictureColor BorderColor, float Left, float Top, float Width, float Height )
public: AnnotationEllipse^ AddEllipseAnnot( GdPictureColor BorderColor, float Left, float Top, float Width, float Height )
Parameters
- BorderColor
- A color object that defines the required border color of the newly added ellipse annotation.
- Left
- The horizontal (X) coordinate of the top left point, in inches, where the annotation bounding box is to be located.
- Top
- The vertical (Y) coordinate of the top left point, in inches, where the annotation bounding box is to be located.
- Width
- The width of the annotation bounding box, in inches.
- Height
- The height of the annotation bounding box, in inches.
Return Value
A GdPicture/XMP AnnotationEllipse object. The newly added GdPicture/XMP ellipse annotation.