GeneralTransformCollection.Add(GeneralTransform) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a GeneralTransform object to the end of the GeneralTransformCollection.
public:
virtual void Add(System::Windows::Media::GeneralTransform ^ value);
public void Add (System.Windows.Media.GeneralTransform value);
abstract member Add : System.Windows.Media.GeneralTransform -> unit
override this.Add : System.Windows.Media.GeneralTransform -> unit
Public Sub Add (value As GeneralTransform)
Parameters
- value
- GeneralTransform
The GeneralTransform to add to the end of the GeneralTransformCollection.
Implements
Exceptions
value
is null
.
Remarks
Unlike typical implementations of ICollection<T>.Add, this implementation throws an ArgumentException if you attempt to add a null (Nothing) reference.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.