- value
- The length value that is measured in .Pixel.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function FromPixels( _ ByVal value As Double _ ) As LogicalLength | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static LogicalLength FromPixels( double value ) | |
| C++/CLI | |
|---|---|
public: static LogicalLength FromPixels( double value ) | |
Parameters
- value
- The length value that is measured in .Pixel.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code