ImageBackgroundTraits Class

This class represents traits that are related to image-based backgrounds.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.GraphicsInterfaceDrawableTraits
          Teigha.GraphicsInterfaceSubEntityTraits
            Teigha.GraphicsInterfaceNonEntityTraits
              Teigha.GraphicsInterfaceImageBackgroundTraits

Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public abstract class ImageBackgroundTraits : NonEntityTraits

The ImageBackgroundTraits type exposes the following members.

Constructors
  Name Description
Protected method ImageBackgroundTraits Initializes a new instance of the ImageBackgroundTraits class
Protected method ImageBackgroundTraits(IntPtr, Boolean) Creates an object based on the passed pointer and returns a handle to the created object.
Top
Properties
  Name Description
Public property AutoDelete
(Inherited from DisposableWrapper)
Public property Color
(Inherited from NonEntityTraits)
Public property DrawFlags
(Inherited from NonEntityTraits)
Public property FillType
(Inherited from NonEntityTraits)
Public property FitToScreen Property that indicates whether image-based background should be fit to screen.
Public property ImageFilename Property that represents the full path to the file from which this image-based background is created.
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property Layer
(Inherited from NonEntityTraits)
Public property LineType
(Inherited from NonEntityTraits)
Public property LineTypeScale
(Inherited from NonEntityTraits)
Public property LineWeight
(Inherited from NonEntityTraits)
Public property MaintainAspectRatio Property that indicates whether to maintain the aspect ratio of a background image.
Public property Mapper
(Inherited from NonEntityTraits)
Public property Material
(Inherited from NonEntityTraits)
Public property PlotStyleDescriptor
(Inherited from NonEntityTraits)
Public property Sectionable
(Inherited from NonEntityTraits)
Public property SelectionFlags
(Inherited from NonEntityTraits)
Public property SelectionOnlyGeometry
(Inherited from NonEntityTraits)
Public property ShadowFlags
(Inherited from NonEntityTraits)
Public property Thickness
(Inherited from NonEntityTraits)
Public property Transparency
(Inherited from NonEntityTraits)
Public property TrueColor
(Inherited from NonEntityTraits)
Public property UnmanagedObject
(Inherited from DisposableWrapper)
Public property UseTiling Property that indicates whether this image-based background is tiled.
Public property VisualStyle
(Inherited from NonEntityTraits)
Public property XOffset Property that represents the offset of a background on the x-axis. Negative values mean that the background is offset in the opposite direction of the x-axis.
Public property XScale Property that represents the scale of a background on the x-axis. Values between 0 and 1 mean that the background is shrunk on the x-axis, values greater than 1 mean that the background is stretched, and negative values mean that the background is flipped on the x-axis.
Public property YOffset Property that represents the offset of a background on the y-axis. Negative values mean that the background is offset in the opposite direction of the y-axis.
Public property YScale Property that represents the scale of a background on the y-axis. Values between 0 and 1 mean that the background is shrunk on the y-axis, values greater than 1 mean that the background is stretched, and negative values mean that the background is flipped on the y-axis.
Top
Methods
  Name Description
Public method AddLight Drawables that emit light can add one or more lights to the model. Through this interface, light position, intensity and other properties are sent to the graphics system. Default implementation of this method throws the NotSupportedException exception.
(Inherited from NonEntityTraits)
Public method Clone
(Inherited from RXObject)
Public method CompareTo
(Inherited from RXObject)
Public method CopyFrom
(Inherited from RXObject)
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Inherited from RXObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetHashCode
(Inherited from DisposableWrapper)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetRXClass
(Inherited from RXObject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Public method QueryX
(Inherited from RXObject)
Protected method SetLayerFlags
(Inherited from NonEntityTraits)
Public method SetSelectionMarker Sets the SubEntityTraits object to use the specified graphics marker for all graphics primitives drawn until the next call to this function, or the end of WorldDraw() or ViewportDraw() execution. Default implementation of this method throws the NotSupportedException exception.
(Inherited from NonEntityTraits)
Public method SetupForEntity Initializes all subentity traits and drawable traits from the entity. This can be more convenient than setting each property individually. Default implementation of this method throws the NotSupportedException exception.
(Inherited from NonEntityTraits)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method X
(Inherited from RXObject)
Top
See Also

©  Bricsys NV. All rights reserved.