This topic has not yet been rated - Rate this topic

TransformCollection.IList.Add Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For a description of this member, see IList.Add.

Namespace:  System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)
int IList.Add(
	Object value
)
You cannot use methods in XAML.

Parameters

value
Type: System.Object

The Object to add to the TransformCollection.

Return Value

Type: System.Int32
The position into which the new element was inserted.

Implements

IList.Add(Object)

This member is an explicit interface member implementation. It can be used only when the TransformCollection instance is cast to an IList interface.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.