Click or drag to resize

LegendItem Constructor (String, Color)

Initializes a new instance of the LegendItem class

Namespace:  MediaCy.Commands.Overlays.Legends
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	t As String,
	c As Color
)

Parameters

t
Type: SystemString
c
Type: System.DrawingColor
See Also