Size GetSize() const
获取纹理大小
Definition: Texture.h:173
uint32_t GetWidthInPixels() const
获取像素宽度
Definition: Texture.h:178
void SetSize(const Size &size)
设置大小
Definition: Texture.h:198
InterpolationMode GetBitmapInterpolationMode() const
获取像素插值方式
Definition: Texture.h:193
PixelSize GetSizeInPixels() const
获取像素大小
Definition: Texture.h:188
uint32_t GetHeightInPixels() const
获取像素高度
Definition: Texture.h:183
void SetSizeInPixels(const PixelSize &size)
设置像素大小
Definition: Texture.h:203
float GetWidth() const
获取纹理宽度
Definition: Texture.h:163
float GetHeight() const
获取纹理高度
Definition: Texture.h:168