Click or drag to resize

TextureScalingControllerSourceTextureSize Property

Sets the size of the source texture. This is used by the view to automatically change the value of one size/scale when the value for the other size/scale is changed.

Namespace: Altaxo.Gui.Common.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public VectorD2D SourceTextureSize { set; }

Property Value

VectorD2D
The size of the source texture.
See Also