PictureFillSymbol constructor
Creates a picture fill symbol object.
Implementation
factory PictureFillSymbol() {
_initializeArcGISEnvironmentIfNeeded();
final handle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_PictureFillSymbol_create(errorHandler);
});
return ArcGISSymbol._instanceCache.instanceWith(handle);
}