ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearSize Structure / cX Property




In This Topic
    cX Property (ImGearSize)
    In This Topic
    Gets or sets the rectangle's width.
    Syntax
    'Declaration
     
    Public Property cX As Integer
    'Usage
     
    Dim instance As ImGearSize
    Dim value As Integer
     
    instance.cX = value
     
    value = instance.cX
    public int cX {get; set;}
    public: __property int get_cX();
    public: __property void set_cX( 
       int value
    );
    public:
    property int cX {
       int get();
       void set (    int value);
    }

    Property Value

    Any integer value.
    See Also