PointKeyFrame 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 PointKeyFrame.
Sobrecargas
PointKeyFrame() |
Inicializa uma nova instância da classe PointKeyFrame. |
PointKeyFrame(Point) |
Inicializa uma nova instância da classe PointKeyFrame que tem o Value de destino especificado. |
PointKeyFrame(Point, KeyTime) |
Inicializa uma nova instância da classe PointKeyFrame que tem o Value e o KeyTime de destino especificados. |
PointKeyFrame()
Inicializa uma nova instância da classe PointKeyFrame.
protected:
PointKeyFrame();
protected PointKeyFrame ();
Protected Sub New ()
Aplica-se a
PointKeyFrame(Point)
Inicializa uma nova instância da classe PointKeyFrame que tem o Value de destino especificado.
protected:
PointKeyFrame(System::Windows::Point value);
protected PointKeyFrame (System.Windows.Point value);
new System.Windows.Media.Animation.PointKeyFrame : System.Windows.Point -> System.Windows.Media.Animation.PointKeyFrame
Protected Sub New (value As Point)
Parâmetros
- value
- Point
O Value da nova instância PointKeyFrame.
Aplica-se a
PointKeyFrame(Point, KeyTime)
Inicializa uma nova instância da classe PointKeyFrame que tem o Value e o KeyTime de destino especificados.
protected:
PointKeyFrame(System::Windows::Point value, System::Windows::Media::Animation::KeyTime keyTime);
protected PointKeyFrame (System.Windows.Point value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.PointKeyFrame : System.Windows.Point * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.PointKeyFrame
Protected Sub New (value As Point, keyTime As KeyTime)
Parâmetros
- value
- Point
O Value da nova instância PointKeyFrame.
- keyTime
- KeyTime
O KeyTime da nova instância PointKeyFrame.