BaseLayoutItemHitInfo Constructors
Contains information on a specific point within a Layout Control.Name | Parameters | Description |
---|---|---|
BaseLayoutItemHitInfo() | none | Initializes a new instance of the BaseLayoutItemHitInfo class. |
BaseLayoutItemHitInfo(BaseLayoutItemHitInfo) | hitInfo | Initializes a new instance of the BaseLayoutItemHitInfo class by copying the settings from the specified hitInfo object. |
BaseLayoutItemHitInfo(Point, LayoutItemHitTest, BaseLayoutItem) | point, hitType, item | Initializes a new instance of the BaseLayoutItemHitInfo class with the specified settings. |
See Also