ImageGear .NET
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback