The DrawShapeEventArgs class contains information to draw additional parts necessary when the user interacts with the document. These additional parts are the frame shown during an image or textframe is moved or sized and the line shown during the width of a table cell is changed. This class is used with the ServerVisualization.TextViewGenerator.DrawShape event.

Syntax

public class DrawShapeEventArgs: EventArgs
Public Class DrawShapeEventArgs
  Inherits EventArgs

Introduced: X11.

Enumerations

Enumeration Description
Shape Determines a shape to be drawn during the DrawShape event.

Properties

Property Description
Kind Gets the kind of the shape.
Location Gets the location of the shape, in pixels.
Size Gets the size of the shape, in pixels.