次の方法で共有


ImageHelper.ExtractPixelSection Method

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

Syntax

'宣言
Public Shared Function ExtractPixelSection ( _
    sourcePixels As Byte(), _
    sourceBitsPerPixel As Integer, _
    sourceStride As Integer, _
    sectionRect As Int32Rect, _
    transparentColors As Color() _
) As Byte()
public static byte[] ExtractPixelSection(
    byte[] sourcePixels,
    int sourceBitsPerPixel,
    int sourceStride,
    Int32Rect sectionRect,
    Color[] transparentColors
)

Parameters

Return Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

ImageHelper Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace