Gets the width of the bitmap image in pixels.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Width As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBitmapImageSource
Dim value As System.Integer
value = instance.Width |
C# | |
---|
System.int Width {get;} |
C++/CLI | |
---|
property System.int Width {
System.int get();
} |
Property Value
Width in pixels
See Also
Availability
SOLIDWORKS Visualize Add-in API 2026 FCS