'DeclarationPublic Shared Sub SetDepth( _ ByVal obj As DependencyObject, _ ByVal value As Integer _ )
'UsageDim obj As DependencyObject Dim value As Integer CameraPanel.SetDepth(obj, value)
public static void SetDepth( DependencyObject obj, int value )
Parameters
- obj
- value