Click or drag to resize
AB4D logo

PlaneVisual3DOnBasicPropertyChanged Method

OnBasicPropertyChanged method is called when position, scale or orientation of this PlaneVisual3D is changed. In case the UseMatrixTransform3D is true, then this method calls UpdateTransformationMatrix3D method, otherwise RefreshGeometry method is called.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected static void OnBasicPropertyChanged(
	DependencyObject obj,
	DependencyPropertyChangedEventArgs args
)

Parameters

obj  DependencyObject
DependencyObject
args  DependencyPropertyChangedEventArgs
DependencyPropertyChangedEventArgs
See Also