Once you have created a c2pWindow object with Mc2pWindow you can return the width of the operation to be performed by using the Mc2pWindowWidth function. The width returned will be in pixels, which is the same thing as the number of bytes in the width because one byte represents one chunky pixel.
Possible syntax:
Mc2pWindowWidth ( c2pWindowNum.w )
Returns: Width.w
c2pWindowNum.w ---- This is the number of a c2pWindow object that you have
already created. The number should range from 0 up to the total number of objects
minus 1. The width of this c2pWindow object will be returned by the function.
Width.w ---- Mc2pWindowWidth returns a word-sized value
representing the width of the specified c2pWindow object. The width will be in
pixels but also in bytes because one byte represents one pixel in chunky.