Differences
This shows you the differences between two versions of the page.
en:software:qview:qview_6:qcl_library:vi10unsetlayer [2017/03/21 17:06] – created qem103 | en:software:qview:qview_6:qcl_library:vi10unsetlayer [2019/08/29 17:01] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== VI10UnsetLayer ====== | ||
+ | |||
+ | **V = **// | ||
+ | |||
+ | **I = **//Image// | ||
+ | |||
+ | Function that is used to manage the Vector Image feature (object that resides on some Qpaint versions). | ||
+ | |||
+ | The VI10UnsetLayer function__Adds the command to clear the layer indicated by **layer** parameter__.\\ | ||
+ | If the value of the **layer** parameter is incorrect, error is reported. | ||
+ | |||
+ | ===== IMPLEMENTATION ===== | ||
+ | |||
+ | **VI10UnsetLayer (awBuffer, layer)** | ||
+ | |||
+ | Parameters: | ||
+ | |||
+ | ^IN/ | ||
+ | | IN | ARRSYS /\\ ARRGBL | ||
+ | | IN | CONST/\\ GLOBAL | ||
+ | |||
+ | === Note === | ||
+ | |||
+ | * Refer to the [[.: | ||