إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Creating an ID2D1GradientStopCollection requires at least one gradient stop.
Possible Causes
The application called ID2D1RenderTarget::CreateGradientStopCollection, but specified a gradient stop count of 0.
Possible Fixes
When creating an ID2D1GradientStopCollection, the application should specify at least one gradient stop with its color and position. See ID2D1RenderTarget::CreateGradientStopCollection for an example.