Width

PngImage.Width property

Allows retrieval of the width of the image, providing essential information about its dimensions. This property is frequently used by developers to determine the image’s width, enabling them to perform various operations based on its size

public override int Width { get; }

See Also