ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearSize Interface / cX Property




In This Topic
    cX Property (IImGearSize)
    In This Topic
    Gets or sets the X size.
    Syntax
    'Declaration
     
    Property cX As Integer
    'Usage
     
    Dim instance As IImGearSize
    Dim value As Integer
     
    instance.cX = value
     
    value = instance.cX
    int cX {get; set;}
    __property int get_cX();
    __property void set_cX( 
       int value
    );
    property int cX {
       int get();
       void set (    int value);
    }

    Property Value

    Any integer value.
    See Also