Method AsSkiaStrip
AsSkiaStrip()
Creates a single horizontal bitmap strip by concatenating all images in the collection.
public virtual SKBitmap? AsSkiaStrip()
Returns
- SKBitmap
An SKBitmap representing the concatenated image strip, or null if the collection contains no images.
Remarks
The resulting bitmap arranges each image side by side in the order they appear in the collection. The width of the strip is the sum of the widths of all images, and the height matches the individual image height. The caller is responsible for disposing the returned SKBitmap when it is no longer needed.