You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TGenericUniversalBitmap is a generic type and TBGRACustomBitmap is a specialization of that generic type. I suppose that's why they are not found by CTRL-Click whereas other classes around are found.
TGenericUniversalBitmap is a generic type and TBGRACustomBitmap is a specialization of that generic type. I suppose that's why they are not found by CTRL-Click whereas other classes around are found.
generic TGenericUniversalBitmap<TPixel, TColorspace> = class(TCustomUniversalBitmap)
TBGRACustomBitmap = class(specialize TGenericUniversalBitmap<TBGRAPixel, TBGRAPixelColorspace>, IBGRAScanner)
The text was updated successfully, but these errors were encountered: