ImageHelper::ExtractPixelSection Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

public:
static array<unsigned char>^ ExtractPixelSection(
	array<unsigned char>^ sourcePixels, 
	int sourceBitsPerPixel, 
	int sourceStride, 
	Int32Rect sectionRect, 
	array<Color>^ transparentColors
)

Parameters

sourcePixels
Type: array<System::Byte>
sourceBitsPerPixel
Type: System::Int32
sourceStride
Type: System::Int32
sectionRect
Type: System.Windows::Int32Rect
transparentColors
Type: array<System.Drawing::Color>

Return Value

Type: array<System::Byte>

Show: