Element DisplayRegion Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Provides graphical region- coordinates of the element in zoomed container. These coordinates are different from Region when Zoom!=1 because Region returns "normal"/non-zoomed coordinates. Mouse event handlers must use DisplayRegion because mouse is in screen coordinates

Namespace: NFX.WinForms.Elements
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Rectangle DisplayRegion { get; }

Property Value

Type: OnlineRectangle
See Also