Initializes a new instance of the Border class with the parameters specified.
[Visual Basic]
Public Function New( _
ByVal line As Line, _
ByVal shadowWeight As Integer _
)
[C#]
public Border(
Line line,
int shadowWeight
);
Border Class | Border Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.