Nevron.Diagram Namespace / NRotatedBoundsLabel Class / NRotatedBoundsLabel Constructor / NRotatedBoundsLabel Constructor(String,Guid,NMargins)


NRotatedBoundsLabel Constructor(String,Guid,NMargins)
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal anchorUniqueId As System.Guid, _
   ByVal margins As NMargins _
)
 
'Usage
 
Dim text As System.String
Dim anchorUniqueId As System.Guid
Dim margins As NMargins
 
Dim instance As New NRotatedBoundsLabel(text, anchorUniqueId, margins)

Parameters

text
anchorUniqueId
margins
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also