c property

[This documentation is preliminary and is subject to change.]

Gets or sets the c entry of the SVGMatrix.

Scalable Vector Graphics: Coordinate Systems, Transformations and Units, Section 7.14.3Internet Explorer 9

Syntax

HRESULT value = object.put_c(float v);HRESULT value = object.get_c(float* p);

Property values

Type: float

The c entry of the matrix.

Standards information

Remarks

This property relates to the use of 2x3 matrices of the form:

            [a c e]            
            [b d f]

See also

SVGMatrix

 

 

Build date: 1/26/2012