Gets the raw pixel buffer of the bitmap image.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPixels() As System.Byte() |
Visual Basic (Usage) | |
---|
Dim instance As IBitmapImageSource
Dim value() As System.Byte
value = instance.GetPixels() |
C# | |
---|
System.byte[] GetPixels() |
C++/CLI | |
---|
System.array<byte>^ GetPixels(); |
Return Value
A byte array representing the pixel data of the image (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Visualize Add-in API 2026 FCS