Metodo ImageHelper.ExtractPixelSection

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: array<System.Byte[]

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ImageHelper Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI