Пример #1
0
        private void Update(EvaluationContext context)
        {
            var s = Int2.GetValue(context);

            Result.Value = new System.Numerics.Vector2(s.Width, s.Height);;
        }