A newer version of this page is available.
Switch to the current version.
BrickGraphics.DocumValueOf(Single) Method
Converts a value specified via the parameter to GraphicsUnit.Document measurement units.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public float DocumValueOf(
float val
)
Public Function DocumValueOf(
val As Single
) As Single
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
Feedback