Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
1 out of 1 rated this helpful - Rate this topic

GeneralTransform class

Provides generalized transformation support for objects, such as points and rectangles.

Inheritance

Object
  DependencyObject
    GeneralTransform

Syntax


public class GeneralTransform : DependencyObject

Attributes

MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The GeneralTransform class has these types of members:

Constructors

The GeneralTransform class has these constructors.

ConstructorDescription
GeneralTransform Provides base class initialization behavior for GeneralTransform-derived classes.

 

Methods

The GeneralTransform class has these methods. It also inherits methods from the Object class.

MethodDescription
ClearValue Clears the local value of a dependency property. (Inherited from DependencyObject)
GetAnimationBaseValue Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject)
GetValue Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject)
ReadLocalValue Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject)
SetValue Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject)
TransformBounds Transforms the specified bounding box and returns an axis-aligned bounding box that is exactly large enough to contain it.
TransformBoundsCore Provides the means to override the TransformBounds behavior in a derived transform class.
TransformPoint Transforms the specified point and returns the result.
TryTransform Attempts to transform the specified point and returns a value that indicates whether the transformation was successful.
TryTransformCore Provides the means to override the TryTransform behavior in a derived transform class.

 

Properties

The GeneralTransform class has these properties.

PropertyAccess typeDescription

Dispatcher

Read-onlyGets the CoreDispatcher that this object is associated with. (Inherited from DependencyObject)

Inverse

Read-onlyGets the inverse transformation of this GeneralTransform, if possible.

InverseCore

Read-onlyImplements the behavior for return value of Inverse in a derived or custom GeneralTransform.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

See also

DependencyObject

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.