CogCoordinateAxes PropertiesCognex VisionPro 9.5

The CogCoordinateAxes type exposes the following members.

Properties

  NameDescription
Public propertyAspect
The aspect ratio of the length of Y-axis to X-axis.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyChildren
Children of this graphic.
Public propertyColor
Color of this graphic. Can be any OLE_COLOR.
Public propertyDisplayedAspect
When DisplayMode is cogCoordinateAxesModeScreen, this is the ratio of the displayed length of Y-axis to DisplayedXAxisLength.
Public propertyDisplayedScaleFactorX
Multiplier applied to the X axis length when the DisplayMode property is either cogCoordinateAxesModeMathematical or cogCoordinateAxesModeScale.
Public propertyDisplayedScaleFactorY
Multiplier applied to the Y axis length when the DisplayMode property is either cogCoordinateAxesModeMathematical or cogCoordinateAxesModeScale.
Public propertyDisplayedXAxisLength
The is the length of the X axis (in screen pixels) when DisplayMode is cogCoordinateAxesModeScreen.
Public propertyDisplayMode
Controls which properties are used to draw the CogCoordinateAxes and how those properties are modified when the user modifies the graphic interactively.
Public propertyDragColor
Color of this graphic when dragged.
Public propertyDragLineStyle
Line style of this graphic when dragged.
Public propertyDragLineWidthInScreenPixels
Line width of this graphic when dragged.
Public propertyGraphicDOFEnable
Interactive Degree of freedom for this graphic object. Provides the ability to govern interactive manipulation of an object; for example could be used to prevent an object from being resized.
Public propertyGraphicDOFEnableBase
Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyInteractive
Interactive property allow this graphic object to be selected. See GraphicDOFEnable for information on governing interactive manipulation of an object.
Public propertyLineStyle
Line style of this graphic.
Public propertyLineWidthInScreenPixels
Line width (in screen pixels) of this graphic.
Public propertyMouseCursor
Mouse cursor to be displayed when the mouse is over the graphic. The cursor will be visible only if the graphic is interactive.
Public propertyOriginX
X coordinate of the origin.
Public propertyOriginY
Y coordinate of the origin.
Public propertyParent
Parent of this graphic.
Public propertyRotation
The rotation of the X-axis in radian units. Setting Rotation does not change Skew.
Public propertySelected
True when the shape is selected in a display.
Public propertySelectedColor
Color of this graphic when selected.
Public propertySelectedLineStyle
Line style of this graphic when selected.
Public propertySelectedLineWidthInScreenPixels
Line width of this graphic when selected.
Public propertySelectedSpaceName
Coordinate space in which this shape is to be interpreted.
Public propertySkew
The skew of this coordinate axis in radian units. Skew=0 means a right angle between the X and Y axes.
Public propertyTipText
Text to describe this graphic in a tool tip.
Public propertyTransform
The CogCoordinateAxes will modify this transform to reflect its internal properties.
Public propertyVisible
Visible property of this graphic.
Public propertyXAxisEndPointAdornment
The end point adornment for the X axis.
Public propertyXAxisLabel
The text label for the X-axis.
Public propertyXAxisLength
The length in the selected coordinate space of the x-axis of this shape.
Public propertyYAxisEndPointAdornment
The end point adornment for the Y axis.
Public propertyYAxisLabel
The text label for the Y-axis.
Top
See Also