SVGSelectionSettings Class

Definition

Namespace: PCBI_SVG
Assembly: PCBI_SVG_ImportExport (in PCBI_SVG_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class SVGSelectionSettings
Inheritance
Object    SVGSelectionSettings

Constructors

SVGSelectionSettings Default constructor for the SVGSelectionSettings
SVGSelectionSettings(SelectionModeEnum, Boolean, Single) Constructor for the SVGSelectionSettings

Fields

AlphaFactor The AlphaFactor for the estimated alpha color. Range ]0]v[16.66, 54.76]v[100[. Use SVGDrawSettings.MapInt() to map any range to this range. The values between 16.66 and 54.76 are the mapping of the color loss in SELECT ONLY mode. Use 0 to remove the object completely or 100 to show the object in full color.
DrawSurfaces Draw the surfaces of the selected objects
SelectionModeEnum Selection Mode for what should be drawn

See Also