Matrix4x4.X Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::Numerics::Vector4 X { System::Numerics::Vector4 get(); void set(System::Numerics::Vector4 value); };
public System.Numerics.Vector4 X { get; set; }
member this.X : System.Numerics.Vector4 with get, set
Public Property X As Vector4