|
LocalBinaryPatternClone Method (ISetPixelFormat)
|
Creates a new object that is a copy of the current instance.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax protected override Object Clone(
ISet<PixelFormat> supportedFormats
)
Protected Overrides Function Clone (
supportedFormats As ISet(Of PixelFormat)
) As Object
Request Example
View SourceParameters
- supportedFormats
- Type: System.Collections.GenericISetPixelFormat
Return Value
Type:
ObjectSee Also