| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal value As Double, _ ByVal unit As LogicalUnit _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public LogicalLength( double value, LogicalUnit unit ) | |
| C++/CLI | |
|---|---|
public: LogicalLength( double value, LogicalUnit unit ) | |
Parameters
- value
- Specifies the length of the LogicalLength.
- unit
- Specifies the unit of measurement of the LogicalLength.
For an example, refer to Equals.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family