예제 #1
0
 private ReadOnlyCollection <PointF[]> getShapeCoordinates(int i_RecordeIndex)
 {
     return(r_ShapeFile.GetShapeData(i_RecordeIndex));
 }