ImageGear PDF v25.1 - Updated July 30, 2021
ImGearARTFilledRectangle Class
Members  Example 




ImageGear.Art Assembly > ImageGear.ART Namespace : ImGearARTFilledRectangle Class
Represents legacy ART Filled Rectangle mark.
Object Model
ImGearARTFilledRectangle ClassImGearRectangle StructureIImGearRGBQuad InterfaceImGearRectangle Structure
Syntax
'Declaration
 
Public Class ImGearARTFilledRectangle 
   Inherits ImGearARTMark
 
'Usage
 
Dim instance As ImGearARTFilledRectangle
Example
// Setup rectangle for the rectangle mark's location.
ImGearRectangle igRectangle = new ImGearRectangle(10, 10, 300, 100);
// Setup color for the rectangle.
ImGearRGBQuad igRGBQuad = new ImGearRGBQuad(40, 200, 40);
// Create rectangle with highlight on.
ImGearARTFilledRectangle igARTFilledRectangle = new ImGearARTFilledRectangle(
    igRectangle, igRGBQuad, true
);
// Add the annotation to the ARTPage.
igARTPage.AddMark(igARTFilledRectangle, ImGearARTCoordinatesType.IMAGE_COORD);
Inheritance Hierarchy

System.Object
   ImageGear.ART.ImGearARTSelection
      ImageGear.ART.ImGearARTMark
         ImageGear.ART.ImGearARTFilledRectangle

See Also

Reference

ImGearARTFilledRectangle Members
ImageGear.ART Namespace