See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get the distance from a point to a visually rendered DataRelation.
Namespace: NTier.Model.FormsAssembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public int DistanceFromRelation( Point point ) |
| Visual Basic |
|---|
Public Function DistanceFromRelation ( point As Point ) As Integer |
| Visual C++ |
|---|
public: int DistanceFromRelation( Point point ) |
Parameters
- point
- Type: System.Drawing..::..Point