/** * <summary> * Returns the width of the layers to draw on, in pixels. * <para> * </para> * </summary> * <returns> * an integer corresponding to the width of the layers to draw on, in pixels * </returns> * <para> * On failure, throws an exception or returns displaylayer._Layerwidth_INVALID. * </para> */ public virtual int get_layerWidth() { return(_objptr.get_layerWidth()); }