Jump to content

Picture class

From LabVIEW Wiki
Revision as of 02:00, 8 May 2020 by Q (talk | contribs) (Removed VI Server Category from page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Picture class
Class ID 15
Scope Basic Development Environment
Class Inheritance
Class Children

This class has no children.


    The Picture class is a class in the VI Server Class Hierarchy, (see also VI Server).

    Properties

    Show/Hide Picture Properties Table

    Legend
    R/WReadable/Writable Permissions
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    Picture Properties Table
    Property ID Long Name (English) Description R/W RTE
    6339800ValueValue of the picture control.Read/WriteYes
    6339801Draw Area SizeSize of the draw area in terms of width and height in pixels.Read/WriteYes
    6339802Erase FirstIndicates whether to erase picture before drawing: 0-Do not erase, 1-Erase once now, 2-Always erase.Read/WriteYes
    6339803MouseMouse information specified as a cluster of (Mouse Position, Mouse Modifiers). Mouse Position is a cluster of (Vertical, Horizontal) coordinates. Mouse Modifiers is a cluster of (Mouse button pressed?, Shift key down?, Menu key down?, and Option key down?).Read OnlyYes (Read Only)
    6339804Default ValueGets or sets the default value of the picture control.Read/WriteYes (Read Only)
    6339805CursorGets or sets the cursor you want to use when you move the mouse over a picture control.Read/WriteYes
    6339806OriginHorizontal and vertical coordinates of the point in the picture you want to display in the upper left corner of the picture control or indicator.Read/WriteYes
    6339807Origin:LeftHorizontal coordinate of the point in the picture you want to display in the upper left corner of the picture control or indicator.Read/WriteYes
    6339808Origin:TopVertical coordinate of the point in the picture you want to display in the upper left corner of the picture control or indicator.Read/WriteYes
    6339809Zoom FactorFactor by which to scale the image in a picture control or indicator.Read/WriteYes
    633980AScrollbars VisibleRead/WriteYes
    633980BValue (Signaling)Sets the value of the control and generates a Value Change event.Write OnlyYes
    633980CHorizontal Scrollbar VisibleShows or hides the horizontal scroll bar for the picture control.Read/WriteYes
    633980DVertical Scrollbar VisibleShows or hides the vertical scroll bar for the picture control.Read/WriteYes

    Methods

    Show/Hide Picture Properties Table

    Legend
    RTEAvailable in the Run-Time Engine
    Basic Development Environment
    VI Scripting
    Private
    Deprecated
    Picture Methods Table
    Method ID Long Name (English) Description RTE
    6339400Export ImageExports an image of a picture control to the clipboard or disk.Yes (Read/Write)

    Events

    This class has no events or it inherits events from its parent: Control Class.


    History

    Version Change(s)
    LabVIEW 2018 More info to come.

    See Also