PaintBounds Property (AnnotationItem)
In This Topic
Gets the area the annotation paints to. Override if annotation renders outside its boundaries to fix invalidation issues
Syntax
'Declaration
Public Overridable ReadOnly Property PaintBounds As Rect
public virtual Rect PaintBounds {get;}
See Also