Creates a Measure instance of the MeasureUnit.Pixel unit from the specified double value.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public static Measure Pixel ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Pixel( _ |
The amount represented by the new object.
A Measure object representing the specified double value.
See Also