'Declaration
Public Overloads Function AddRectangleHighlighterAnnot( _ ByVal BackColor As Color, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As AnnotationRectangleHighlighter
public AnnotationRectangleHighlighter AddRectangleHighlighterAnnot( Color BackColor, float Left, float Top, float Width, float Height )
public function AddRectangleHighlighterAnnot( BackColor: Color; Left: Single; Top: Single; Width: Single; Height: Single ): AnnotationRectangleHighlighter;
public function AddRectangleHighlighterAnnot( BackColor : Color, Left : float, Top : float, Width : float, Height : float ) : AnnotationRectangleHighlighter;
Parameters
- BackColor
- Left
- Top
- Width
- Height