问题一如图,我在cell中设置了如下:
cell.FrameOfReferenceUID = _curStudy.RefrenceUID;
cell.PixelSpacing = new Point2D(sInfo.PixelSpacing[0], sInfo.PixelSpacing[1]); ;
cell.ImageOrientation = imgInfo.imgOrientation;
cell.SetImagePosition(0, Point3D.FromDoubleArray( imgInfo.imgPosition), true);
此段代码能够显示定位线,但不想显示定位线的数字,是否能够实现。
问题二也如图,代码如下:
cell.SetTag(0, MedicalViewerTagAlignment.TopCenter, MedicalViewerTagType.TopOrientation);
cell.SetTag(0, MedicalViewerTagAlignment.LeftCenter, MedicalViewerTagType.LeftOrientation);
cell.SetTag(0, MedicalViewerTagAlignment.RightCenter, MedicalViewerTagType.RightOrientation);
cell.SetTag(0, MedicalViewerTagAlignment.BottomCenter, MedicalViewerTagType.BottomOrientation);
且cell中已设置如问题一的代码,但还是不显示方位
|