Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.Width

TElOneDrivePhoto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The width of this image of this particular size.

Declaration

[C#]
    int Width;

[VB.NET]
    Property Width As Integer

[Pascal]
    property Width: integer;

[C++]
    int32_t get_Width();

[PHP]
    integer get_Width()

[Java]
    int getWidth();

Description

    Use this property to get the width, in pixels, of this image of this size.

See also:     Images     Height    

Discuss this help topic in SecureBlackbox Forum