LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnPolyRulerObject Object

Show in webframe
Properties  Methods  Events


The following tables list the members exposed by AnnPolyRulerObject.

Public Constructors
 NameDescription
AnnPolyRulerObject ConstructorInitializes a new AnnPolylineObject class object.  
Top
Public Properties
 NameDescription
BoundsGets a Leadtools.LeadRectD object that indicates the bounds of this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
CanRotateIndicates if this object supports rotation. (Inherited from Leadtools.Annotations.Core.AnnObject)
FillGets or sets the AnnBrush associated with this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
FillRuleGets or sets an AnnFillRule value that determines how the interior of this AnnPolylineObject is filled if it IsClosed. (Inherited from Leadtools.Annotations.Core.AnnPolylineObject)
FixedStateOperationsGets or sets the fixed state for this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
FontGets or sets the AnnFont used associated with this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
FriendlyNameOverridden. Gets the friendly name for AnnPolyRulerObject.  
GaugeLengthGets or sets the length of the gauge (the perpendicular lines at the ends of the ruler) for this AnnPolyRulerObject.  
GroupNameFor future use. (Inherited from Leadtools.Annotations.Core.AnnObject)
HitTestInteriorIndicates if this AnnObject supports hit testing of its interior. (Inherited from Leadtools.Annotations.Core.AnnObject)
HyperlinkGets or sets a string which represents the hyperlink for this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
IdGets the ID of this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
IsClosedGets a value that indicates whether this AnnPolylineObject is closed. (Inherited from Leadtools.Annotations.Core.AnnPolylineObject)
IsLockedGets a value that indicates whether this AnnObject is locked. (Inherited from Leadtools.Annotations.Core.AnnObject)
IsSelectedGets or sets a value indicating whether the object is selected. (Inherited from Leadtools.Annotations.Core.AnnObject)
IsVisibleGets or sets a value indicating whether the object is visible. (Inherited from Leadtools.Annotations.Core.AnnObject)
LabelsGets a dictionary of AnnLabel objects used by this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
LayerGets the optional layer that contains this object. (Inherited from Leadtools.Annotations.Core.AnnObject)
LockPictureGets or sets the id of the picture used when drawing the locked symbol for locked objects. (Inherited from Leadtools.Annotations.Core.AnnObject)
MeasurementUnitGets or sets the unit of measure for this AnnPolyRulerObject.  
MetadataGets the metadata associated with this object. (Inherited from Leadtools.Annotations.Core.AnnObject)
OpacityGets or sets a value indicating the opacity value to use when rendering this object. (Inherited from Leadtools.Annotations.Core.AnnObject)
PasswordGets or sets the password used in the last successful lock operation of this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
PointsGets the collection of Leadtools.LeadPointD objects that define this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
PrecisionGets or sets the precision value used for the length of this AnnPolyRulerObject.  
RotateCenterGets or sets the location of the rotate center control point. (Inherited from Leadtools.Annotations.Core.AnnObject)
RotateGripperGets or sets the length of the rotate gripper control point. (Inherited from Leadtools.Annotations.Core.AnnObject)
ShowGaugeGets or sets a value indicating whether the gauge (the perpendicular lines at the ends of the ruler) for this AnnPolyRulerObject is visible.  
ShowTickMarksGets or sets a value indicating whether the tick marks for this AnnPolyRulerObject are visible.  
StateIdGets or sets the optional state ID of this object to be used with state rendering engines. (Inherited from Leadtools.Annotations.Core.AnnObject)
StrokeGets or sets the AnnStroke associated with this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
SupportsFillIndicates if this AnnPolylineObject supports a fill. (Inherited from Leadtools.Annotations.Core.AnnPolylineObject)
SupportsFontIndicates if this object supports a font. (Inherited from Leadtools.Annotations.Core.AnnObject)
SupportsStrokeIndicates if this object supports AnnStroke. (Inherited from Leadtools.Annotations.Core.AnnPolylineObject)
TagGets or sets a user-defined data object that is associated with this object. (Inherited from Leadtools.Annotations.Core.AnnObject)
TickMarksLengthGets or sets the length of the tick marks for this AnnPolyRulerObject.  
TickMarksStrokeGets or sets the AnnStroke used to draw the tick marks for the AnnPolylineObject.  
UnitsAbbreviationGets or sets a string value that specifies the abbreviation used with the MeasurementUnit value.  
Top
Public Methods
 NameDescription
CloneOverridden. Creates an exact copy of this AnnPolyRulerObject object.  
DeserializeOverridden. Loads this object with data from the specified xml.  
GetInvalidateRectOverridden. Gets a Leadtools.LeadRectD object that specifies the current physical rectangle of this AnnObject.  
GetRulerLengthGets the calibrated length of this AnnPolyRulerObject.  
GetRulerLengthAsStringGets the calibrated length of this AnnPolyRulerObject as a string.  
HitTestOverridden. Performs hit-testing on this AnnPolyRulerObject.  
LockLocks this AnnObject with the specified password. (Inherited from Leadtools.Annotations.Core.AnnObject)
OnPropertyChangedRaises the PropertyChanged event. (Inherited from Leadtools.Annotations.Core.AnnObject)
RotateRotates the AnnObject around a point. (Inherited from Leadtools.Annotations.Core.AnnObject)
ScaleScales the AnnObject by the specified ratios. (Inherited from Leadtools.Annotations.Core.AnnObject)
ScaleVectorScales the AnnObject by the specified ratios, unit vector and center point. (Inherited from Leadtools.Annotations.Core.AnnObject)
SerializeOverridden. Serializes the object to an xml document.  
SetIdSets the ID of this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
TranslateTranslates the AnnObject by the specified values. (Inherited from Leadtools.Annotations.Core.AnnObject)
UnlockUnlocks this AnnObject with the specified password. (Inherited from Leadtools.Annotations.Core.AnnObject)
Top
Protected Methods
 NameDescription
CreateOverridden. Creates a new instance of AnnPolyRulerObject.  
GetBoundingRectangleGets the bounding rectangle for this AnnObject. (Inherited from Leadtools.Annotations.Core.AnnObject)
OnPointsChangedOccurs when the Points for this AnnObject have changed. (Inherited from Leadtools.Annotations.Core.AnnObject)
Top
Public Events
 NameDescription
PropertyChangedOccurs when a property value changes. AnnPropertyChangedEventArgs (Inherited from Leadtools.Annotations.Core.AnnObject)
Top
See Also

Reference

AnnPolyRulerObject Object
Leadtools.Annotations.Core Namespace

 

 


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