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

GraphView.CalculateFrameTransform

Cambiar al Manual
public static void CalculateFrameTransform (Rect rectToFit, Rect clientRect, int border, out Vector3 frameTranslation, out Vector3 frameScaling);

Parámetros

rectToFitRectangle to fit.
clientRectParent rectangle.
borderBorder size.
frameTranslationCalculated translation.
frameScalingCalculated scaling.

Descripción

Calculate the view transform based on zoom level and the size of the window or parent.