This topic has not yet been rated - Rate this topic

currentScale property

Gets or sets the current scale factor, relative to the initial view (when this property is called from an outermost svg element.

Scalable Vector Graphics: Document Structure, Section 5.11.2Internet Explorer 9

Syntax

HRESULT value = object.put_currentScale( v);HRESULT value = object.get_currentScale(* p);

Property values

Type: float

The current scale factor, relative to the initial view.

Standards information

Remarks

The outermost svg element is the furthest ancestor svg element in the current document fragment.

When the ISVGSVGElement::currentScale property is called on an element other than the outermost svg element, this property's behavior is undefined.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.