b property

Gets or sets the b entry of the SVGMatrix.

 

Syntax

HRESULT value = object.put_b( v);HRESULT value = object.get_b(* p);

Property values

Type: float

The b entry of the matrix.

Exceptions

Exception Condition
NoModificationAllowedError

An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned.

 

Standards information

Remarks

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

            [a c e]            
            [b d f]

See also

SVGMatrix