Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AnnCrossProductObject Class Members
See Also  Fields  Properties  Methods 
Leadtools.Annotations Namespace : AnnCrossProductObject Class

The following tables list the members exposed by AnnCrossProductObject.

Public Constructors

 NameDescription
Public Constructor AnnCrossProductObject ConstructorOverloaded.  This constructor is required by ISerializable.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic) FirstRulerHitTestObject The hit test value of the first ruler.  
Public Fieldstatic (Shared in Visual Basic) SecondRulerHitTestObject The hit test value of the second ruler.  
Top

Public Properties

 NameDescription
Public Property BoundingRectangleOverridden.  Gets the logical bounding rectangle of this AnnCrossProductObject object.  
Public Property Brush Gets or sets the AnnBrush associated with this AnnDrawable object. (Inherited from AnnDrawable)
Public Property Container Gets or sets the AnnContainer that contains this AnnObject. (Inherited from AnnObject)
Public Property DpiX Gets or sets the horizontal DPI (dots per inch) that is used to translate the horizontal distance for the ruler.  
Public Property DpiY Gets or sets the vertical DPI (dots per inch) that is used to translate the vertical distance for the ruler.  
Public Property FirstEndPoint Gets or sets the value for the ending point of the first ruler.  
Public Property FirstStartPoint Gets or sets the starting point of the first ruler.  
Public Property Font Gets or sets the AnnFont associated with this AnnDrawable object. (Inherited from AnnDrawable)
Public Property GaugeLength Gets or sets the length of the gauge (the perpendicular lines at the ends of the ruler) for this AnnCrossProductObject object.  
Public Property GripperDistance The distance in pixels that the AnnObject.RotateGripper control point is originally placed from the bounds of the AnnObject. (Inherited from AnnObject)
Public Property Group Gets or sets the AnnGroupObject that contains this AnnObject. (Inherited from AnnObject)
Public Property HasBrush Gets a value indicating whether this AnnDrawable object has a brush. (Inherited from AnnDrawable)
Public Property HasFont Gets a value indicating whether this AnnDrawable object has a font. (Inherited from AnnDrawable)
Public Property HasPen Gets a value indicating whether this AnnDrawable object has a pen. (Inherited from AnnDrawable)
Public Property Hyperlink Gets or sets a string which represents the hyperlink for this AnnObject. (Inherited from AnnObject)
Public Property IntersectionPoint Gets or sets the current intersection point of this AnnCrossProductObject object.  
Public Property InvalidRectangle Gets the physical bounding rectangle of this AnnObject. (Inherited from AnnObject)
Public Property IsFixedStateStackEmpty true if the fixed stack is empty; false otherwise. (Inherited from AnnObject)
Public Property IsLocked Gets a value that indicates whether this AnnObject is locked. (Inherited from AnnObject)
Public Property MeasurementUnit Gets or sets the unit of measure for this AnnCrossProductObject object.  
Public Property Name Gets or sets the name of the AnnObject. (Inherited from AnnObject)
Public Property NameBackColor Gets or sets the color used to fill the background of the name of this AnnObject. (Inherited from AnnObject)
Public Property NameFont Gets or sets the font used to draw the text of the name of this AnnObject. (Inherited from AnnObject)
Public Property NameForeColor Gets or sets the color used to draw the text of the name of this AnnObject. (Inherited from AnnObject)
Public Property NameOffset Gets or sets the name offset relative to the upper left corner of the bounding rectangle of this AnnObject. (Inherited from AnnObject)
Public Property NameRestrict Gets or sets a value indicating whether this AnnObject name is restricted to appear fully within the bounding rectangle of the AnnObject.Container. (Inherited from AnnObject)
Public Property NameVisible Gets or sets a value to determine whether to draw the name of this AnnObject. (Inherited from AnnObject)
Public Property OriginOverridden.  Gets the logical origin of this AnnCrossProductObject.  
Public Property Password Gets the password used in the last successful lock operation of this AnnObject. (Inherited from AnnObject)
Public Property Pen Gets or sets the AnnPen associated with this AnnDrawable object. (Inherited from AnnDrawable)
Public Property PhysicalTransform Returns the current physical transformation Matrix of this AnnObject. (Inherited from AnnObject)
Public Property Precision Gets or sets the number of digits to the right of the decimal point when displaying the length of this AnnCrossProductObject object.  
Public Property RotateCenter The location of the rotate center control point. (Inherited from AnnObject)
Public Property RotateGripper The location of the rotate gripper control point. (Inherited from AnnObject)
Public Property RulerImplemented Gets a value that indicates whether this object implements the IAnnRulerObject interface.  
Public Property SecondEndPoint Gets or sets the ending point of the second ruler.  
Public Property SecondStartPoint Gets or sets the starting point of the second ruler.  
Public Property SerializePassword Gets or sets a value indicating whether the password is saved when this AnnObject is serialized. (Inherited from AnnObject)
Public Property ShowGauge Gets or sets a value indicating whether the gauge (the perpendicular lines at the ends of the ruler) for this AnnCrossProductObject object is visible.  
Public Property ShowLength Gets or sets a value that indicates whether to display the length of this AnnCrossProductObject object.  
Public Property ShowTickMarks Gets or sets a value indicating whether the tick marks for this AnnCrossProductObject are visible.  
Public Property SupportsBrush Gets a value indicating whether this AnnDrawable object supports a brush. (Inherited from AnnDrawable)
Public Property SupportsFixed true if this AnnObject can be fixed; false otherwise (Inherited from AnnObject)
Public Property SupportsFont Gets a value indicating whether this AnnDrawable object supports a font. (Inherited from AnnDrawable)
Public Property SupportsPen Gets a value indicating whether this AnnDrawable object supports a pen. (Inherited from AnnDrawable)
Public Property Tag Gets or sets the tag of this AnnObject. (Inherited from AnnObject)
Public Property TextColor Gets or sets the text Color structure associated with this AnnDrawable object. (Inherited from AnnDrawable)
Public Property TickMarksLength Gets or sets the length of the tick marks for this AnnCrossProductObject object.  
Public Property Transform Returns the current transformation Matrix of this AnnObject. (Inherited from AnnObject)
Public Property TransformObjectModeOverridden.  Gets a value that determines how to transform this AnnCrossProductObject when any object transformation method is called.  
Public Property UnitAbbreviation Gets or sets a string value that specifies the abbreviation that corresponds to the MeasurementUnit property value.  
Public Property UserData Gets or sets the user-defined data of this AnnObject. (Inherited from AnnObject)
Public Property Visible Gets or sets a value indicating whether the AnnObject is visible. (Inherited from AnnObject)
Public Property Win32ObjectIdOverridden.  For internal use.  
Top

Protected Properties

 NameDescription
Protected Property HitTestInteriorOverridden.  Gets a value indicating whether hit-testing should be performed inside this AnnCrossProductObject object.  
Protected Property UnitConverter Gets the AnnUnitConverter that will be used in this AnnObject. (Inherited from AnnObject)
Top

Public Methods

 NameDescription
Public Method CalculateRotateAngleOverridden.  The AnnCrossProductObject implementation of AnnObject.CalculateRotateAngle.  
Public Method CloneOverridden.  Creates an exact copy of this AnnCrossProductObject object.  
Public Method ConvertLogicalToObjectPoints Converts an array of points from logical to object coordinates. (Inherited from AnnObject)
Public Method ConvertLogicalToObjectRectangle Converts a rectangle from logical to object coordinates. (Inherited from AnnObject)
Public Method ConvertObjectToLogicalPoints Converts an array of points from object to logical coordinates. (Inherited from AnnObject)
Public Method ConvertObjectToLogicalRectangle Converts a rectangle from object to logical coordinates. (Inherited from AnnObject)
Public Method DisposeOverloaded.  Releases the resources used by the AnnObject. (Inherited from AnnObject)
Public Method Draw Draws this AnnObject on the specified surface. (Inherited from AnnObject)
Public Method GetArea Gets the pixel count of the annotation object (Inherited from AnnObject)
Public Method GetFixedState Determines if this AnnObject is in a fixed state. (Inherited from AnnObject)
Public Method GetGraphicsPathOverridden.  Returns a GraphicsPath representation of this AnnCrossProductObject object.  
Public Method GetObjectDataOverridden.  Populates a specified SerializationInfo with the data needed to serialize this object.  
Public Method HitTestOverridden.  Performs hit-testing on this AnnCrossProductObject object.  
Public Method Lock Locks this AnnObject with the specified password. (Inherited from AnnObject)
Public Method PopFixedState Re-enables the fixed state of an AnnObject. (Inherited from AnnObject)
Public Method PushFixedState Temporarily disables the fixed state of an AnnObject. (Inherited from AnnObject)
Public Method ResetRotatePointsOverridden.  The AnnCrossProductObject implementation of AnnObject.ResetRotatePoints.  
Public Method ResetTransform Resets the transformation matrix of this AnnObject. (Inherited from AnnObject)
Public Method RestoreOriginalLocationOverridden.  The AnnCrossProductObject implementation of AnnObject.RestoreOriginalLocation.  
Public Method RestrictName Restricts the name to appear fully within the bounding rectangle of the AnnObject.Container of this AnnObject. (Inherited from AnnObject)
Public Method Rotate Rotates the transformation matrix of this AnnObject around a point. (Inherited from AnnObject)
Public Method SaveOriginalLocationOverridden.  The AnnCrossProductObject implementation of AnnObject.SaveOriginalLocation.  
Public Method Scale Scales the transformation matrix of this AnnObject by the specified ratios. (Inherited from AnnObject)
Public Method SetFixedState Sets the fixed state of an AnnObject. (Inherited from AnnObject)
Public Method ToString Overridden. Converts the attributes of this AnnObject to a human-readable string. (Inherited from AnnObject)
Public Method TransformRotatePoints Applies the transformer to the rotate control points. (Inherited from AnnObject)
Public Method Translate Translates the transformation matrix of this AnnObject by the specified values. (Inherited from AnnObject)
Public Method Unlock Unlocks this AnnObject with the specified password. (Inherited from AnnObject)
Public Method UpdateIntersectionPoint Updates the IntersectionPoint value of this AnnCrossProductObject  
Public Method UpdateSecondPoints Updates the SecondStartPoint and SecondEndPointvalues of this AnnCrossProductObject  
Top

Protected Methods

 NameDescription
Protected Method BeginDraw Called by the AnnObject.Draw method to set up the object's AnnObject.PhysicalTransform matrix into the g graphics surface. (Inherited from AnnObject)
Protected Method CreateOverridden.  Creates a new AnnCrossProductObject class object.  
Protected Method DrawLocked Draws this AnnObject locked picture on the specified surface. (Inherited from AnnObject)
Protected Method DrawName Draws this AnnObject name on the specified surface. (Inherited from AnnObject)
Protected Method DrawObjectOverridden.  Draws this AnnCrossProductObject object on the specified surface.  
Protected Method EndDraw Called by the AnnObject.Draw method to reset the graphics transformation. (Inherited from AnnObject)
Protected Method Finalize This member overrides Finalize. (Inherited from AnnObject)
Protected Method GetTransformPointsOverridden.  Gets the array of points to be transformed.  
Protected Method NameHitTest Performs hit-testing on this AnnObject name. (Inherited from AnnObject)
Protected Method SetTransformPointsOverridden.  Sets the array of transformed points.  
Top

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features