Table of Contents

Struct FsMatrixF

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll
public struct FsMatrixF
Inherited Members

Constructors

FsMatrixF(float, float, float, float, float, float)

public FsMatrixF(float a, float b, float c, float d, float e, float f)

Parameters

a float
b float
c float
d float
e float
f float

Fields

a

public float a

Field Value

float

b

public float b

Field Value

float

c

public float c

Field Value

float

d

public float d

Field Value

float

e

public float e

Field Value

float

f

public float f

Field Value

float