ImageGear v26.0 - Updated
GetValueSize Method




ImageGear.Core Assembly > ImageGear.Formats Namespace > ImGearNativeDataTypeHelper Class : GetValueSize Method
Data type for which to get the size.
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

Reference

ImGearNativeDataTypeHelper Class
ImGearNativeDataTypeHelper Members
ImGearNativeDataTypes Enumeration

Is this page helpful?
Yes No
Thanks for your feedback.