Printing3DTexture2CoordMaterial.U 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.
Gets or sets the U-coordinate within the texture, horizontally right from the origin in the upper left of the texture.
public:
property double U { double get(); void set(double value); };
double U();
void U(double value);
public double U { get; set; }
var double = printing3DTexture2CoordMaterial.u;
printing3DTexture2CoordMaterial.u = double;
Public Property U As Double
Property Value
Double
double
The U-coordinate within the texture.