Typ XPathTransform zpřístupňuje následující členy.
 Konstruktory
Konstruktory
| Jméno | Popis | |
|---|---|---|
|  | XPathTransform | Přetíženo. | 
 Metody
Metody
| Jméno | Popis | |
|---|---|---|
|  | Equals | (Zděděno z Object.) | 
|  | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
|  | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | 
|  | GetPoint | 
            Vypočítá bod cesty zadaný relativní vzdáleností od počátku parametrem t. 
             | 
|  | GetTangent | 
            Vypočítá vektor tečny v bodě zadaný relativní vzdáleností od počátku parametrem t. 
             | 
|  | GetType | Gets the Type of the current instance. | 
|   | MakeTransformable | 
            Vytvoří novou instanci třídy XPathTransform obalující path, která umožňuje provádět transformace s cestou.
             | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. | 
|  | ResetEndTangent | 
            Vynuluje vektor tečny Vector3 v koncovém bodě čáry.
             | 
|  | ResetStartTangent | 
            Vynuluje vektor tečny Vector3 v počátečním bodě čáry.
             | 
|  | SetEndTangent | 
            Nastaví vektor tečny Vector3 v koncovém bodě čáry.
             | 
|  | SetStartTangent | 
            Nastaví vektor tečny Vector3 v počátečním bodě čáry.
             | 
|  | ToString | (Zděděno z Object.) | 
|  | Transform | 
            Provede transformaci cesty transformační maticí.
             | 
 Vlastnosti
Vlastnosti
| Jméno | Popis | |
|---|---|---|
|  | IsClosed | 
            Vrátí, zda je cesta uzavřená. Uzavřená je pokud počáteční a koncový bod jsou si rovny.
             | 
|  | IsFlexible | 
            Indikuje, zda je cesta pružná.
             | 
|  | Length | 
            Vrátí délku cesty.
             | 
|  | SyncRoot | 
            Vrátí objekt, který může být použit pro synchronizaci přístupu k této instanci.
             | 
|  | Transformation | 
            Vrátí anebo nastaví transformační matici cesty Matrix.
             | 





