LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

FirstStartPoint Property (AnnCrossProductObject)

Show in webframe





Gets or sets the starting point of the first ruler of this cross product object.
Syntax
public Point FirstStartPoint {get; set;}
'Declaration
 
Public Property FirstStartPoint As Point
'Usage
 
Dim instance As AnnCrossProductObject
Dim value As Point
 
instance.FirstStartPoint = value
 
value = instance.FirstStartPoint

            

            
public:
property Point FirstStartPoint {
   Point get();
   void set (    Point value);
}

Property Value

A System.Windows.Point structure that specifies the starting point of the first ruler.
Remarks
An AnnCrossProductObject object consists of two rulers: the first goes from FirstStartPoint to FirstEndPoint and the second goes from SecondStartPoint to SecondEndPoint.
For more information, refer to Using Rulers in WPF Annotation Objects.
Example

For XAML example, refer to AnnCrossProductObject.

For C#/VB examples, refer to AnnCrossProductObject.

Requirements

Target Platforms

See Also

Reference

AnnCrossProductObject Class
AnnCrossProductObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.