wisdom
Loading...
Searching...
No Matches
WisScissor Struct Reference

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisScissor {
int32_t left;
int32_t top;
int32_t right;
int32_t bottom;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct Scissor {
std::int32_t left;
std::int32_t top;
std::int32_t right;
std::int32_t bottom;
};
}

Members


  • left Left corner x coordinate.
  • top Top corner y coordinate.
  • right Right corner x coordinate.
  • bottom Bottom corner y coordinate.

Description


See Also


See also
Functions: wisCommandListSetScissors