| Revit 2022.1 API |
| ImageType..::..WidthInPixels Property |
| ImageType Class See Also |
Number of pixels in the horizontal direction of the image
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2021
Syntax
| C# |
|---|
public int WidthInPixels { get; } |
| Visual Basic |
|---|
Public ReadOnly Property WidthInPixels As Integer Get |
| Visual C++ |
|---|
public: property int WidthInPixels { int get (); } |