VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / ImageRulerGraphicObject Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ImageRulerGraphicObject Class Members
    In This Topic
    The following tables list the members exposed by ImageRulerGraphicObject.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageRulerGraphicObject class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a text anchor.
    Public PropertyGets or sets a brush that should be used for filling the object. (Inherited from GraphicObject)
    Public PropertyGets or sets a ruler direction.
    Public PropertyGets or sets an interaction controller of interactive object. (Inherited from GraphicObject)
    Public PropertyGets or sets a value indicating whether the text is visible.
    Public PropertyGets or sets a step for large ticks in units of measure.
    Public PropertyGets or sets a ruler length in pixels.
    Public PropertyGets or sets a ruler padding relative to Anchor.
    Public PropertyGets or sets a pen that should be used for drawing the object. (Inherited from GraphicObject)
    Public PropertyGets or sets a point transform of the object. (Inherited from GraphicObject)
    Public PropertyGets or sets ruler pen.
    Public PropertyGets or sets a step for small ticks in units of measure.
    Public PropertyGets or sets units of measure.
    Public Methods
     NameDescription
    Public MethodCreates new ImageRulerGraphicObject that is a copy of the current instance.
    Public MethodCopies current ImageRulerGraphicObject to the target ImageRulerGraphicObject
    Public MethodDraws the object on specified System.Drawing.Graphics.
    Public MethodDraws the object on specified System.Drawing.Graphics in the viewer space. (Inherited from GraphicObject)
    Public MethodReturns a bounding box of object, in object space.
    Public MethodReturns a drawing rectangle of object, in object space.
    Public MethodDetermines that point belongs the selection.
    Protected Methods
     NameDescription
    Protected MethodRaises the StateChanged event. Invoked when the state of graphical object is changed. (Inherited from GraphicObject)
    Public Events
     NameDescription
    Public EventOccurs when the object state is changed. (Inherited from GraphicObject)
    See Also