Method EncodeDeletePlacement
EncodeDeletePlacement(int, int)
Encodes a Kitty sequence that deletes a single placement (by image id + placement id), leaving the transmitted image data and other placements intact.
public static string EncodeDeletePlacement(int imageId, int placementId)
Parameters
imageIdintThe image id (the Kitty
ikey).placementIdintThe placement id (the Kitty
pkey) to delete.
Returns
- string
The complete Kitty APC delete-placement escape sequence.