'Declaration
Public Function IsItemInView( _ ByVal item As NGalleryItem, _ ByVal partially As System.Boolean _ ) As System.Boolean
'Usage
Dim instance As NGalleryPanel Dim item As NGalleryItem Dim partially As System.Boolean Dim value As System.Boolean value = instance.IsItemInView(item, partially)
public System.bool IsItemInView( NGalleryItem item, System.bool partially )
Parameters
- item
- partially