ImageSaveOptions imageOptions = new ImageSaveOptions(SaveFormat.Png);
imageOptions.PaperColor = Color.Transparent;
imageOptions.Resolution = 200; // 设置分辨率
var memoryStream = new MemoryStream();
shape.GetShapeRe…...words-net Calvin95 October 28, 2025, 2:22am 1 ImageSaveOptions imageOptions...Discourse October 28, 2025, 2:23am 2 @Calvin95 在使用 GetShapeRenderer()...