The IntersectionPoint Property supports WPF/Silverlight.
The IntersectionPoint Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the current intersection point of this cross product object. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Property IntersectionPoint As Point |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IAnnCrossProduct Dim value As Point instance.IntersectionPoint = value value = instance.IntersectionPoint |
C# | |
---|---|
Point IntersectionPoint {get; set;} |
Property Value
A System.Windows.Point structure that specifies the current intersection point of this cross product object.For XAML example, refer to AnnCrossProductObject.
For C#/VB examples, refer to AnnCrossProductObject.
(Read only) The intersection point of a cross product object updates dynamically whenever FirstStartPoint, FirstEndPoint, SecondStartPoint or SecondEndPoint changes.
For more information, refer to Using Rulers in WPF Annotation Objects.
For more information, refer to Using Rulers in WPF Annotation Objects.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)