'宣言 Public Function New( _ ByVal imageWidth As Integer, _ ByVal imageHeight As Integer, _ ByVal tileWidth As Integer, _ ByVal tileHeight As Integer, _ ByVal tileOverlap As Integer _ )
public CustomMapTileSource( int imageWidth, int imageHeight, int tileWidth, int tileHeight, int tileOverlap )