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

VisualBrick.GetScaleFactor(IPrintingSystemContext) Method

For internal use.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public float GetScaleFactor(
    IPrintingSystemContext context
)

Parameters

Name Type Description
context IPrintingSystemContext

An object implementing the IPrintingSystemContext interface.

Returns

Type Description
Single

A Single value.

See Also