CanLoad

IGifBlockLoaderDescriptor.CanLoad method

Determines whether loader can load the specified data.

public bool CanLoad(StreamContainer streamContainer)
ParameterTypeDescription
streamContainerStreamContainerThe stream container to load data from.

Return Value

true loader can load the specified data; otherwise, false.

See Also