Table of Contents

Class LayerBrushReference

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

A reference to a LayerBrushDescriptor

public class LayerBrushReference
Inheritance
object
LayerBrushReference

Constructors

LayerBrushReference()

Creates a new instance of the LayerBrushReference class

public LayerBrushReference()

LayerBrushReference(LayerBrushDescriptor)

Creates a new instance of the LayerBrushReference class

public LayerBrushReference(LayerBrushDescriptor descriptor)

Parameters

descriptor LayerBrushDescriptor

The descriptor to point the new reference at

Properties

BrushType

The full type name of the brush descriptor

public string? BrushType { get; set; }

Property Value

string

LayerBrushProviderId

The ID of the layer brush provided the brush was provided by

public string? LayerBrushProviderId { get; set; }

Property Value

string