Nevron.Diagram Namespace / NContentAlignment Structure / NContentAlignment Constructor / NContentAlignment Constructor(NPointF,NRectangleF)


NContentAlignment Constructor(NPointF,NRectangleF)
Syntax
'Declaration
 
Public Function New( _
   ByVal point As NPointF, _
   ByVal rect As NRectangleF _
)
 
'Usage
 
Dim point As NPointF
Dim rect As NRectangleF
 
Dim instance As New NContentAlignment(point, rect)

Parameters

point
rect
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