Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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

GraphView.CalculateFrameTransform

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

Parameters

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

Description

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

Did you find this page useful? Please give it a rating: