WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
Loading...
Searching...
No Matches
WSCCropRect Struct Reference

Crop rectangle using normalized coordinates (0.0–1.0). More...

#include <wsclib.h>

Data Fields

float left
float top
float right
float bottom

Detailed Description

Crop rectangle using normalized coordinates (0.0–1.0).

Applied before rendering. Default is no crop: {0, 0, 1, 1}.

Field Documentation

◆ left

float WSCCropRect::left

Left edge (0.0 = no crop from left).

◆ top

float WSCCropRect::top

Top edge (0.0 = no crop from top).

◆ right

float WSCCropRect::right

Right edge (1.0 = no crop from right).

◆ bottom

float WSCCropRect::bottom

Bottom edge (1.0 = no crop from bottom).


The documentation for this struct was generated from the following file: