LimitedOverlayAOI Class

CVB.Net Documentation
Behavior that restricts an overlay's coordinates to a certain region.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Wpf.BehaviorsLimitedOverlayAOI

Namespace:  Stemmer.Cvb.Wpf.Behaviors
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public static class LimitedOverlayAOI

The LimitedOverlayAOI type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetEffectiveRect
Gets the effective coordinate rect based on the displayed image size and its restricted fringe.
Public methodStatic memberGetRestrictedFringe
Gets the RestrictedFringe property from the given overlay.
Public methodStatic memberSetRestrictedFringe
Sets the RestrictedFringe property to the given overlay.
Public methodStatic memberSetRestrictedFringeBasedOnOverlay
Restricts overlayToRestrict to the rectangle of boundsOverlay.
Top
Fields

  NameDescription
Public fieldStatic memberRestrictedFringeProperty
Attached RestrictedFringe property.
Top
Attached Properties

  NameDescription
Public attached propertyRestrictedFringe
Attached RestrictedFringe property.
Top
Remarks

Attention: Drag/resize implementation still needs to check this property as otherwise exceptions are thrown (the MovableImageOverlay behavior handles this.).
See Also

Reference