having a tough time figuring this out. any advice is most appreciated.
attempting to modify crop boundaries in vegas 4 with the following code:
var myBounds = trackEvent.VideoMotion.Keyframes[zero].Bounds;
var myVertex = new VideoMotionVertex(100, 100);
myBounds.leftTop.X = myVertex;
throws exception no matter what i try so far.
thanks in advance.