Gradient
|
The GradientBackgroundTraits type exposes the following members.
| Name | Description | |
|---|---|---|
| GradientBackgroundTraits | Default constructor for the GradientBackgroundTraits class. | |
| GradientBackgroundTraits(IntPtr, Boolean) | Constructor for the GradientBackgroundTraits class. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Color | Property that represents the current color index (ACI). Color
must be one of the following: Name Value Description kACIbyBlock 0
ByBlock. kACIforeground 7 Foreground color. kACIbyLayer 256
ByLayer. kACIRed 1 Red. kACIYellow 2 Yellow. kACIGreen 3 Green.
kACICyan 4 Cyan. kACIBlue 5 Blue. kACIMagenta 6 Magenta. .. 8-255
Defined by AcadPalette.h (Inherited from NonEntityTraits) |
|
| ColorBottom | Property that represents the bottom color of this gradient background. | |
| ColorMiddle | Property that represents the middle color of this gradient background. | |
| ColorTop | Property that represents the top color of this gradient background. | |
| DrawFlags | Property that represents the drawing flags. (Inherited from NonEntityTraits) |
|
| FillType | Property that represents current fill type. This property can
be one of the following: Name Value Description kOdGiFillAlways 1
Fill closed graphic primitives. kOdGiFillNever 2 Don't fill closed
graphic primitives. Closed graphic primitives consist of the
following: * arcs with (ArcType == ArcSector) || (ArcType ==
ArcChord) * circles * meshes * polygons * shells (Inherited from NonEntityTraits) |
|
| Height | Property that represents the height of the middle color of this gradient background. | |
| Horizon | Property that represents the horizon of this gradient background. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| Layer | Property that represents object identifier of current
layer. (Inherited from NonEntityTraits) |
|
| LineType | Property that represents object identifier of current
linetype. (Inherited from NonEntityTraits) |
|
| LineTypeScale | Property that represents current linetype scale. (Inherited from NonEntityTraits) |
|
| LineWeight | Property that represents current lineweight. (Inherited from NonEntityTraits) |
|
| Mapper | Property that represents current material mapper. (Inherited from NonEntityTraits) |
|
| Material | Property that represents object identifier of current
material. (Inherited from NonEntityTraits) |
|
| PlotStyleDescriptor | Property that represents PlotStyleDescriptor instance that
encapsulates object identifier of a plot and plot style type. (Inherited from NonEntityTraits) |
|
| Rotation | Property that represents the rotation (in degrees) of this gradient background. | |
| Sectionable | Property that indicates whether sectioning is enabled. (Inherited from NonEntityTraits) |
|
| SelectionFlags | Property that represents selection flags. (Inherited from NonEntityTraits) |
|
| SelectionOnlyGeometry | Property that indicates whether only geometry is
selected. (Inherited from NonEntityTraits) |
|
| ShadowFlags | Property that represents shadow flags. (Inherited from NonEntityTraits) |
|
| Thickness | Property that represents current thickness value. (Inherited from NonEntityTraits) |
|
| Transparency | Property that represents current transparency. (Inherited from NonEntityTraits) |
|
| TrueColor | Property that represents color as Colors::EntityColor
instance. (Inherited from NonEntityTraits) |
|
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
|
| VisualStyle | Property that represents object identifier of current visual
style. (Inherited from NonEntityTraits) |
| Name | Description | |
|---|---|---|
| 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) |
|
| Clone | Creates a *clone* of this object, and returns a pointer to the
*clone*. (Inherited from RXObject) |
|
| CompareTo | Allows classes to compare class objects. (Inherited from RXObject) |
|
| CopyFrom | Copies the contents of the specified object into this
object. (Inherited from RXObject) |
|
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | (Inherited from RXObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetMetaObject | (Inherited from RXObject) |
|
| GetRXClass | Gets a class describing instance dynamically associated with
this object as the OdRxClass object. (Inherited from RXObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| QueryX | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class. (Inherited from RXObject) |
|
| SetLayerFlags | (Inherited from NonEntityTraits) |
|
| 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) |
|
| 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) |
|
| ToString | (Inherited from Object) |
|
| X | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class, or throws an exception if it cannot. (Inherited from RXObject) |
| © Bricsys NV. All rights reserved. |