BrickGraphics.DocumValueOf(Single) Method
Converts a value specified via the parameter to GraphicsUnit.Document measurement units.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
val | Single | The value to convert. |
Returns
Type | Description |
---|---|
Single | A value in GraphicsUnit.Document measurement units. |
Remarks
This method converts a specific value to GraphicsUnit.Document measurement units. The converted value is given in measurement units defined via the BrickGraphics.PageUnit property value.
See Also