SilverScreen Solid Modeler

RECT        

RECT        

Previous topic Next topic  

RECT        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

RECT

 


A data type that stores the four corners of a display-based rectangle

 

struct RECT

  {

  long left;

  long top;

  long right;

  long bottom;

  } RECT;

 

 

Members

Member

Description

left

The x-coordinate of the left-most side of the rectangle

top

The y-coordinate of the top-most side of the rectangle

right

The x-coordinate of the right-most side of the rectangle

bottom

The y-coordinate of the bottom-most side of the rectangle

 

 

Header

silver.h