Click or drag to resize

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

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,
	Optional bMod As Boolean = false
)

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 (Optional)
Type: SystemBoolean
See Also