Leadtools.Annotations.Core Namespace > AnnMediaObject Class : HitTestInterior Property |
public override bool HitTestInterior {get;}
Public Overrides ReadOnly Property HitTestInterior As Boolean
public override bool HitTestInterior {get;}
@Override public boolean getHitTestInterior()
get_HitTestInterior();
By default, an annotation object will return true if AnnObject.SupportsFill is true and Fill is not null or a transparent AnnBrush. Derived objects can override this method to fine tune the return value.