The FromPixels Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
- value
- The length value that is measured in Leadtools.Forms.LogicalUnit.Pixel.
| Visual Basic (Declaration) | |
|---|---|
Public Shared Function FromPixels( _ ByVal value As Double _ ) As LogicalLength | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As Double Dim value As LogicalLength value = LogicalLength.FromPixels(value) | |
| C# | |
|---|---|
public static LogicalLength FromPixels( double value ) | |
| C++/CLI | |
|---|---|
public: static LogicalLength FromPixels( double value ) | |
Parameters
- value
- The length value that is measured in Leadtools.Forms.LogicalUnit.Pixel.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code