Add project files.

This commit is contained in:
Ankitkumar Satapara
2026-04-17 22:31:58 +05:30
commit 21aaef6776
473 changed files with 50152 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# EditorState.PanningWithMouseWheel Class
**Namespace:** Nodify.Interactivity
**Assembly:** Nodify
**Inheritance:** [Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object) → [InputElementState\<NodifyEditor\>](Nodify_Interactivity_InputElementState_TElement_) → [EditorState.PanningWithMouseWheel](Nodify_Interactivity_EditorState_PanningWithMouseWheel)
**References:** [NodifyEditor](Nodify_NodifyEditor)
```csharp
public class PanningWithMouseWheel : InputElementState<NodifyEditor>
```
## Constructors
### EditorState.PanningWithMouseWheel(NodifyEditor)
```csharp
public PanningWithMouseWheel(NodifyEditor editor);
```
**Parameters**
`editor` [NodifyEditor](Nodify_NodifyEditor)
## Methods
### OnMouseWheel(MouseWheelEventArgs)
```csharp
protected override void OnMouseWheel(MouseWheelEventArgs e);
```
**Parameters**
`e` [MouseWheelEventArgs](https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Input.MouseWheelEventArgs)