'Declaration
<DispIdAttribute(13)> Function AddRectangleHighlighterAnnot( _ ByVal BackColor As Integer, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As AnnotationRectangleHighlighter
[DispId(13)] AnnotationRectangleHighlighter AddRectangleHighlighterAnnot( int BackColor, float Left, float Top, float Width, float Height )
function AddRectangleHighlighterAnnot( BackColor: Integer; Left: Single; Top: Single; Width: Single; Height: Single ): AnnotationRectangleHighlighter;
DispIdAttribute(13) function AddRectangleHighlighterAnnot( BackColor : int, Left : float, Top : float, Width : float, Height : float ) : AnnotationRectangleHighlighter;
Parameters
- BackColor
- Left
- Top
- Width
- Height