ImagePos Struct Reference

#include <gfx_image_pixelhandler.h>

详细描述

Several functions use this helper structure to pass the position within an image and number of pixels to functions.

公共成员函数

  ImagePos ( Int xPosition, Int yPosition, Int countValue)

Public Attributes

Int   xPos
Int   yPos
Int   count

构造函数 & 析构函数文档编制

◆  ImagePos()

ImagePos ( Int   xPosition ,
Int   yPosition ,
Int   countValue  
)

Member Data Documentation

◆  xPos

Int xPos

◆  yPos

Int yPos

◆  count

Int count