LinearPoint3DKeyFrame Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe LinearPoint3DKeyFrame.
Sobrecargas
LinearPoint3DKeyFrame() |
Inicializa uma nova instância da classe LinearPoint3DKeyFrame. |
LinearPoint3DKeyFrame(Point3D) |
Inicializa uma nova instância da classe LinearPoint3DKeyFrame com valor de término especificado. |
LinearPoint3DKeyFrame(Point3D, KeyTime) |
Inicializa uma nova instância da classe LinearPoint3DKeyFrame com o tempo-chave e o valor de término especificados. |
LinearPoint3DKeyFrame()
Inicializa uma nova instância da classe LinearPoint3DKeyFrame.
public:
LinearPoint3DKeyFrame();
public LinearPoint3DKeyFrame ();
Public Sub New ()
Aplica-se a
LinearPoint3DKeyFrame(Point3D)
Inicializa uma nova instância da classe LinearPoint3DKeyFrame com valor de término especificado.
public:
LinearPoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value);
public LinearPoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value);
new System.Windows.Media.Animation.LinearPoint3DKeyFrame : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Animation.LinearPoint3DKeyFrame
Public Sub New (value As Point3D)
Parâmetros
- value
- Point3D
Valor de término (também conhecido como "valor de destino") para o quadro-chave.
Aplica-se a
LinearPoint3DKeyFrame(Point3D, KeyTime)
Inicializa uma nova instância da classe LinearPoint3DKeyFrame com o tempo-chave e o valor de término especificados.
public:
LinearPoint3DKeyFrame(System::Windows::Media::Media3D::Point3D value, System::Windows::Media::Animation::KeyTime keyTime);
public LinearPoint3DKeyFrame (System.Windows.Media.Media3D.Point3D value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.LinearPoint3DKeyFrame : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.LinearPoint3DKeyFrame
Public Sub New (value As Point3D, keyTime As KeyTime)
Parâmetros
- value
- Point3D
Valor de término (também conhecido como "valor de destino") para o quadro-chave.
- keyTime
- KeyTime
Tempo-chave para o quadro-chave. O tempo-chave determina quando o valor de destino é atingido, que também é quando o quadro-chave termina.