TextureScalingWithX Method |
Returns a new
TextureScaling instance with the
X value set to the provided value.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public TextureScaling WithX(
double x
)
Parameters
- x Double
- If ScalingMode is Absolute, this value is the horizontal size of the texture (repeat length) in Points (1/72 inch).
Otherwise, it is the horizontal scaling factor related either to the source image width or the destination image width.
Return Value
TextureScaling[Missing <returns> documentation for "M:Altaxo.Drawing.TextureScaling.WithX(System.Double)"]
See Also