Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix4x4 Structure / TranslationVector Property

In This Topic
    TranslationVector Property (Matrix4x4)
    In This Topic
    Gets or sets the translation of the matrix; that is M41, M42, and M43.
    Syntax
    'Declaration
     
    Public Property TranslationVector As Vector3
    public Vector3 TranslationVector {get; set;}
    See Also