ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearNativeDataTypeHelper Class / GetValueSize Method
Data type for which to get the size.




In This Topic
    GetValueSize Method
    In This Topic
    Returns the value size in bytes for the specified data type.
    Syntax
    'Declaration
     
    Public Shared Function GetValueSize( _
       ByVal typeId As ImGearNativeDataTypes _
    ) As Integer
    'Usage
     
    Dim typeId As ImGearNativeDataTypes
    Dim value As Integer
     
    value = ImGearNativeDataTypeHelper.GetValueSize(typeId)
    public static int GetValueSize( 
       ImGearNativeDataTypes typeId
    )
    public: static int GetValueSize( 
       ImGearNativeDataTypes typeId
    ) 
    public:
    static int GetValueSize( 
       ImGearNativeDataTypes typeId
    ) 

    Parameters

    typeId
    Data type for which to get the size.

    Return Value

    Value size for the data type.
    See Also