Beispiel #1
0
        public override NormalizedRect[] GetValue()
        {
            MpRectVector rectVector = UnsafeNativeMethods.MpPacketGetNormalizedRectVector(ptr);
            var          rects      = NormalizedRectVector.PtrToRectArray(rectVector);

            UnsafeNativeMethods.MpNormalizedRectVectorDestroy(rectVector);

            return(rects);
        }