thank you for your patience and please forgive me for not responding promptly. i want to filled the pathitem by the picture i want just like this : my idea is create a placeitem ,and convert the placeitem to pattern.then,create a patterncolor and Specify its “pattern” as the pattern the placeitem convertd. at last,use the patterncolor fill the pathitem. So,what i don't know is how to convert placeitem to pattern. this is my code: var patternColors = new PatternColor(); patternColors.pattern=pattern the placeitem convert; pathitem.fillColor=patternColors;
... View more