TextureScalingWithY Method |
Returns a new
TextureScaling instance with the
Y 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 WithY(
double y
)
Parameters
- y Double
- If ScalingMode is Absolute, this value is the vertical size of the texture (repeat length) in Points (1/72 inch).
Otherwise, it is the vertical scaling factor related either to the source image width or the destination image height.
Return Value
TextureScaling[Missing <returns> documentation for "M:Altaxo.Drawing.TextureScaling.WithY(System.Double)"]
See Also