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

DiagramControl.SetSelectedImagesScale(Double) Method

Sets the specified zoom factor for selected image items.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

public void SetSelectedImagesScale(
    double scale
)

Parameters

Name Type Description
scale Double

A System.Double value that is the zoom factor to apply to selected image items.

See Also