Class IconInfo
Last update: 16.07.2025Namespace: VM.CAD.Kernel.Render
Assembly: VM.CAD.Kernel.dll
This class is to represent the icon information.
public class IconInfo
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
IconInfo()
public IconInfo()
Properties
Key
Gets or sets the draw object's key.
public string Key { get; set; }
Property Value
Scale
Gets or sets the draw sacle.
public double Scale { get; set; }
Property Value
Transforms
Gets or sets the draw object's transformation.
public TMatrix[] Transforms { get; set; }
Property Value
TMatrix[]
Type
Gets or sets the draw object's type.
public string Type { get; set; }