Skip to main content
A newer version of this page is available. .

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
)

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