Click or drag to resize

LabelDisplayLocation Constructor (String, String, String, LabelDisplayLocationHorAnchor, LabelDisplayLocationVertAnchor, Double, Double, Boolean, Double, Double)

Initializes a new instance of the LabelDisplayLocation class

Namespace:  MediaCy.Addins.ActiveDataOverlay
Assembly:  MediaCy.Addins.ActiveDataOverlay (in MediaCy.Addins.ActiveDataOverlay.dll) Version: 1.0.0.0
Syntax
VB
Public Sub New ( 
	sKey As String,
	DisplayName As String,
	imName As String,
	hAnchor As LabelDisplayLocationHorAnchor,
	vAnchor As LabelDisplayLocationVertAnchor,
	lx As Double,
	ly As Double,
	bMod As Boolean,
	TitWidth As Double,
	ValWidth As Double
)

Parameters

sKey
Type: SystemString
DisplayName
Type: SystemString
imName
Type: SystemString
hAnchor
Type: MediaCy.Addins.ActiveDataOverlayLabelDisplayLocationHorAnchor
vAnchor
Type: MediaCy.Addins.ActiveDataOverlayLabelDisplayLocationVertAnchor
lx
Type: SystemDouble
ly
Type: SystemDouble
bMod
Type: SystemBoolean
TitWidth
Type: SystemDouble
ValWidth
Type: SystemDouble
See Also