Share via


ColorPlaneDescriptor.GetSize Method

Returns the size of this plane given an image size, taking subsampling into account.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public Size GetSize(
    Size imageSize
)
'Declaration
Public Function GetSize ( 
    imageSize As Size
) As Size
public:
virtual Size GetSize(
    [InAttribute] Size imageSize
) sealed
function GetSize(imageSize);

Parameters

Return Value

Type: Size
The size of the plane, in elements.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

ColorPlaneDescriptor Class

ColorPlaneDescriptor.ColorPlaneDescriptor Members

Lumia.Imaging Namespace