AxisAngleRotation3D 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示以指定的角度繞著指定軸進行立體旋轉。
public ref class AxisAngleRotation3D sealed : System::Windows::Media::Media3D::Rotation3D
public sealed class AxisAngleRotation3D : System.Windows.Media.Media3D.Rotation3D
type AxisAngleRotation3D = class
inherit Rotation3D
Public NotInheritable Class AxisAngleRotation3D
Inherits Rotation3D
- 繼承
範例
下列程式碼摘錄會將 AxisAngleRotation3D 指定為 Rotation 的 RotateTransform3D 屬性。
//Define a rotation
RotateTransform3D myRotateTransform = new RotateTransform3D(new AxisAngleRotation3D(new Vector3D(0, 1, 0), 1));
'Define a rotation
Dim myRotateTransform As New RotateTransform3D(New AxisAngleRotation3D(New Vector3D(0, 1, 0), 1))
下列程式碼摘錄會將 套 AxisAngleRotation3D 用至 GeometryModel3D 。
<ModelVisual3D>
<ModelVisual3D.Content>
<GeometryModel3D Geometry="{StaticResource myTeapot}">
<GeometryModel3D.Material>
<DiffuseMaterial>
<DiffuseMaterial.Brush>
<SolidColorBrush Color="Blue" Opacity="1.0" />
</DiffuseMaterial.Brush>
</DiffuseMaterial>
</GeometryModel3D.Material>
<GeometryModel3D.Transform>
<RotateTransform3D>
<RotateTransform3D.Rotation>
<AxisAngleRotation3D x:Name="myAngleRotation" Axis="0,3,0" Angle="1" />
</RotateTransform3D.Rotation>
</RotateTransform3D>
</GeometryModel3D.Transform>
</GeometryModel3D>
</ModelVisual3D.Content>
</ModelVisual3D>
建構函式
AxisAngleRotation3D() |
建立 3-D 旋轉的執行個體。 |
AxisAngleRotation3D(Vector3D, Double) |
使用指定的軸和角度,建立立體旋轉的執行個體。 |
欄位
AngleProperty |
識別 Angle 相依性屬性。 |
AxisProperty |
識別 Axis 相依性屬性。 |
屬性
Angle |
取得或設定立體旋轉角度 (以度數為單位)。 |
Axis |
取得或設定立體旋轉軸。 |
CanFreeze |
取得值,指出是否可以將物件設為不可修改。 (繼承來源 Freezable) |
DependencyObjectType |
取得包裝 DependencyObjectType 這個實例 CLR 型別的 。 (繼承來源 DependencyObject) |
Dispatcher |
取得與這個 Dispatcher 關聯的 DispatcherObject。 (繼承來源 DispatcherObject) |
HasAnimatedProperties |
取得值,這個值表示是否有一個或多個 AnimationClock 物件與這個物件的任何一個相依性屬性相關聯。 (繼承來源 Animatable) |
IsFrozen |
取得值,該值表示物件目前是否可修改。 (繼承來源 Freezable) |
IsSealed |
取得值,這個值表示此執行個體目前是否已密封 (唯讀)。 (繼承來源 DependencyObject) |
方法
事件
Changed |
發生於 Freezable 或所含的物件遭到修改時。 (繼承來源 Freezable) |
明確介面實作
IFormattable.ToString(String, IFormatProvider) |
使用指定的格式,格式化目前執行個體的值。 (繼承來源 Rotation3D) |