MF_FLOAT2 structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

A vector with two components.

Syntax


typedef struct _MF_FLOAT2 {
  FLOAT x;
  FLOAT y;
} MF_FLOAT2, *PMF_FLOAT2;

Members

x

X component of the vector.

y

Y component of the vector.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Mfapi.h

See also

Media Foundation Structures

 

 

Show: