IImageReader.GetStripe Method

Gets a stripe of image data.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
                Bitmap GetStripe(
	int stripeY,
	int stripeHeight
)

Parameters

stripeY

Type: System.Int32

stripeHeight

Type: System.Int32

Return Value

A Bitmap containing the stripe data.

See Also

Reference