ImageGear .NET - Updated
CreateChannelCopy(ImGearChannelRef) Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > CreateChannelCopy Method : CreateChannelCopy(ImGearChannelRef) Method
Channel to copy.
Returns a copy of a page's image channel.
Syntax
'Declaration
 
Public Overloads Shared Function CreateChannelCopy( _
   ByVal channel As ImGearChannelRef _
) As ImGearChannelRef
'Usage
 
Dim channel As ImGearChannelRef
Dim value As ImGearChannelRef
 
value = ImGearRasterProcessing.CreateChannelCopy(channel)
public static ImGearChannelRef CreateChannelCopy( 
   ImGearChannelRef channel
)
public: static ImGearChannelRef CreateChannelCopy( 
   ImGearChannelRef channel
) 
public:
static ImGearChannelRef CreateChannelCopy( 
   ImGearChannelRef channel
) 

Parameters

channel
Channel to copy.

Return Value

The copy of ImGearChannelRef structure.
Remarks
Content of returned ImGearChannelRef instance represents a standalone instance of ImageGear.Core.ImGearRasterPage class with grayscaled color space.
See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List
ImGearChannelRef Structure
ImGearRasterPage Class