示例#1
0
        public RectangleF getCustomCropSourceRect(SizeF imageSize)
        {
            double xunits = this.Get <double>("cropxunits", 0);
            double yunits = this.Get <double>("cropyunits", 0);

            return(PolygonMath.GetCroppingRectangle(CropValues, xunits, yunits, imageSize));
        }