Click or drag to resize

ArgbImageStream Property

Returns an image stream for further processing.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public Stream Stream { get; }

Property Value

Type: Stream
Remarks
The stream returned will contain a 32bpp png image, including alpha.
See Also