Logo

Valid Parents: Page

Valid Children: None

Description

The Logo object allows you to create and manage logo graphics contained in external files. These graphics are CGM's of TIFF files that can be imported into Gsharp.

Logo resource tabs

Logo resources

Logo Resource Set


1st Diagonal Point (XuNfirstDiagonalPoint)
Coordinates for a corner of the current logo. Alternatively, resize or move the logo with MB1.

  • Type: float
  • Default: (Unset
  • Range: Unset)

Logo (XuNlogoName)
The name of the file (CGM, TIFF, PNG) containing the logo.

  • Type: string
  • Default: Unset
  • Range: N/A

2nd Diagonal Point (XuNsecondDiagonalPoint)
Coordinates for a diagonally opposed corner to the 1st Diagonal point.

  • Type: float
  • Default: (Unset
  • Range: Unset)

Inherited Resources

Controls Resource Set


Destroyable (XuNdestroyable)
This resource controls whether the object can be destroyed by a destroy or reset command. Values can be true (On) to set the object as destroyable, or false (Off) to set the object as permanent.

  • Type: float
  • Default: true
  • Range: false,true

Immutable (XuNimmutable)
This resource controls whether the object can be modified. Values are true (On) for non­modifiable, or false (Off) for modifiable. Setting this resource to true (On) locks the currents settings for the object and disables any further changes to the object, including resetting this resource.

  • Type: float
  • Default: false
  • Range: false,true

Object Name (XuNname)
The name of the object.

  • Type: string
  • Default:
  • Range: N/A

Object Enabled (XuNobjectEnabled)
This resource enables or disables the legend. This resource can be set to either true (On) to enable the object or false (Off) to disabled it.

  • Type: float
  • Default: true
  • Range: false,true

Include in Saved GSL (XuNsave)
This resource controls whether the object is included in saved GSL. Values are true (On) to include the object in saved GSL or false (Off) to omit the object.

  • Type: float
  • Default: true
  • Range: false,true

User Data (XuNuserData)
A dataset name or pointer which the user can associate with the object. The dataset is for user use and will not be used by Gsharp.

  • Type: string
  • Default: Unset
  • Range: N/A

Return to Graphic Objects.