'Declaration Public Shared Function CreateFromChannelSpec( _ ByVal inputDepth As Integer, _ ByVal isSigned As Boolean _ ) As ImGearVOIWindow
'Usage Dim inputDepth As Integer Dim isSigned As Boolean Dim value As ImGearVOIWindow value = ImGearVOIWindow.CreateFromChannelSpec(inputDepth, isSigned)
public static ImGearVOIWindow CreateFromChannelSpec( int inputDepth, bool isSigned )
public: static ImGearVOIWindow CreateFromChannelSpec( int inputDepth, bool isSigned )
public: static ImGearVOIWindow CreateFromChannelSpec( int inputDepth, bool isSigned )
Parameters
- inputDepth
- Depth of an image to which the Window transform will be applied.
- isSigned
- Signed attribute of an image to which the Window transform will be applied.
Return Value
ImGearVOIWindow structure object.