ImageGear for .NET
ImGearARTHighlighter Class
Members  Example 




Represents legacy ART Highlighter mark.
Object Model
ImGearARTHighlighter ClassImGearRectangle StructureIImGearRGBQuad InterfaceImGearRectangle Structure
Syntax
'Declaration
 
Public Class ImGearARTHighlighter 
   Inherits ImGearARTMark
'Usage
 
Dim instance As ImGearARTHighlighter
public class ImGearARTHighlighter : ImGearARTMark 
public __gc class ImGearARTHighlighter : public ImGearARTMark 
public ref class ImGearARTHighlighter : public ImGearARTMark 
Example
// Setup rectangle for the highlighter mark's location.
ImGearRectangle igRectangle = new ImGearRectangle(10, 10, 300, 100);
// Setup color for the highlighter.
ImGearRGBQuad igRGBQuad = new ImGearRGBQuad(40, 200, 40);
// Create highlighter.
ImGearARTHighlighter igARTHighlighter = new ImGearARTHighlighter(
    igRectangle, igRGBQuad
);
// Add the annotation to the ARTPage.
igARTPage.AddMark(igARTHighlighter, ImGearARTCoordinatesType.IMAGE_COORD);
' Setup rectangle for the highlighter mark's location.
Dim igRectangle As New ImGearRectangle(10, 10, 300, 100)
' Setup color for the highlighter.
Dim igRGBQuad As New ImGearRGBQuad(40, 200, 40)
' Create highlighter.
Dim igARTHighlighter As New ImGearARTHighlighter( _
 igRectangle, igRGBQuad)
' Add the annotation to the ARTPage.
igARTPage.AddMark(igARTHighlighter, ImGearARTCoordinatesType.IMAGE_COORD)
Inheritance Hierarchy

System.Object
   ImageGear.ART.ImGearARTSelection
      ImageGear.ART.ImGearARTMark
         ImageGear.ART.ImGearARTHighlighter

See Also

Reference

ImGearARTHighlighter Members
ImageGear.ART Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback