Revit 2023 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: 23.0.0.0 (23.1.0.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 (); } |