Nevron.Diagram.WinForm Namespace / NItemTextInfo Structure / NItemTextInfo Constructor


NItemTextInfo Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal rect As NRectangleF, _
   ByVal fontStyle As NFontStyle, _
   ByVal horzAlign As HorzAlign, _
   ByVal vertAlign As VertAlign _
)
 
'Usage
 
Dim text As System.String
Dim rect As NRectangleF
Dim fontStyle As NFontStyle
Dim horzAlign As HorzAlign
Dim vertAlign As VertAlign
 
Dim instance As New NItemTextInfo(text, rect, fontStyle, horzAlign, vertAlign)

Parameters

text
rect
fontStyle
horzAlign
vertAlign
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