.NET Framework Class Library

Utils.GetPixelFormatSizeInBits Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > Utils Class > Utils Methods >

.NET Framework Class Library

Utils.GetPixelFormatSizeInBits Method

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Shared Function GetPixelFormatSizeInBits ( _
 imageColorType As ImageColorType _
As Integer

C#

public static int GetPixelFormatSizeInBits(
 ImageColorType imageColorType
)

Visual C++

public:
static int GetPixelFormatSizeInBits(
 ImageColorType imageColorType
)

Parameters

imageColorType

Type: Gnostice.Core.Image.ImageColorType

See Also

Utils Class

Utils Members

Gnostice.Core Namespace