GfxAttributesColor Class

Class that propagates the color attribute.
Public Class GfxAttributesColor 
Inherits GfxAttributes
This language is not supported or no code example is available.
public class GfxAttributesColor : GfxAttributes
This language is not supported or no code example is available.
Name Description
Public property MaterialName (inherited from GfxAttributes).
Top
Methods
 
Name Description
Public method Assign(GfxAttributes) (inherited from GfxAttributes).
Public method AssignColor(Color)
Public method Clone() Creates a new object that is a copy of the current instance.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetColor() (inherited from GfxAttributes).
Public method GetColor(bool, Environment, Entity, bool) (inherited from GfxAttributes).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Protected method GetMaterial(MaterialKeyedCollection, string, Color, Material, bool, Environment, Entity)
Public method GetType Gets the Type of the current instance. (inherited from Object).
Internal protected (Protected Friend) method Init(Color, LayerKeyedCollection) Initializes the Layer color.
Internal protected (Protected Friend) method Init(GfxAttributesColor)
Public method IsColorTransparent(bool, Environment, Entity) (inherited from GfxAttributes).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field Color (inherited from GfxAttributes).
Public field LineTypeName The line type name. (inherited from GfxAttributes).
Public field LineWeight (inherited from GfxAttributes).
Top

.NET Framework

Supported in: 4.8

In this article

Definition