コード例 #1
0
ファイル: DxfEntity.cs プロジェクト: zhongshuiyuan/dxf
 public DxfBoundingBox? GetBoundingBox()
 {
     return DxfBoundingBox.FromPoints(GetExtentsPoints());
 }