Experimental: this API is experimental and might be changed or removed in the future.

GraphView.SetupZoom

public void SetupZoom(float minScaleSetup, float maxScaleSetup);
public void SetupZoom(float minScaleSetup, float maxScaleSetup, float scaleStepSetup, float referenceScaleSetup);

Parameters

minScaleSetupMin zoom level.
maxScaleSetupMax zoom level.
scaleStepSetupZoom step.
referenceScaleSetupReference zoom level.

Description

Setup zoom properties.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答