Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Input / Stylus / TabletDeviceInfo.cs / 1 / TabletDeviceInfo.cs
using System; using System.Collections.ObjectModel; using System.Security; using MS.Internal; using MS.Win32.Penimc; using System.Windows.Media; namespace System.Windows.Input { ///////////////////////////////////////////////////////////////////////// ////// The struct is used to store the tablet device size information. /// internal struct TabletDeviceSizeInfo { public Size TabletSize; public Size ScreenSize; // Constructor internal TabletDeviceSizeInfo(Size tabletSize, Size screenSize) { TabletSize = tabletSize; ScreenSize = screenSize; } } ///////////////////////////////////////////////////////////////////////// ////// The class is used to store tablet device information. /// internal class TabletDeviceInfo { ////// This data is not safe to expose as it holds refrence to IPimcTablet /// public SecurityCriticalDataClassPimcTablet; public int Id; public string Name; public string PlugAndPlayId; public TabletDeviceSizeInfo SizeInfo; public TabletHardwareCapabilities HardwareCapabilities; public TabletDeviceType DeviceType; public ReadOnlyCollection StylusPointProperties; public int PressureIndex; public StylusDeviceInfo[] StylusDevicesInfo; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ReflectionPermission.cs
- DateTimeOffsetConverter.cs
- ReadOnlyHierarchicalDataSourceView.cs
- WindowsScrollBarBits.cs
- WindowsStartMenu.cs
- FusionWrap.cs
- TransportSecurityBindingElement.cs
- ApplicationServicesHostFactory.cs
- SSmlParser.cs
- Size.cs
- SliderAutomationPeer.cs
- TreeChangeInfo.cs
- DoubleUtil.cs
- SiteMapDataSourceDesigner.cs
- WindowsListViewGroupSubsetLink.cs
- DataGridAutoFormatDialog.cs
- RequestCachePolicyConverter.cs
- EditingCoordinator.cs
- UpdateCompiler.cs
- RadioButtonRenderer.cs
- TypeBuilder.cs
- DefaultTraceListener.cs
- OleDbEnumerator.cs
- SiteMapNodeItem.cs
- ObjectQueryProvider.cs
- KeyValueConfigurationCollection.cs
- OracleConnectionString.cs
- DesignerSerializationOptionsAttribute.cs
- HtmlInputButton.cs
- DbDataReader.cs
- AnimationStorage.cs
- Point3DAnimation.cs
- LogicalTreeHelper.cs
- Parser.cs
- ConsoleKeyInfo.cs
- OutputCacheSettingsSection.cs
- Translator.cs
- ChangePasswordDesigner.cs
- VScrollBar.cs
- CollaborationHelperFunctions.cs
- CultureInfoConverter.cs
- MapPathBasedVirtualPathProvider.cs
- RegionInfo.cs
- MetaTable.cs
- HttpContextBase.cs
- PeerCustomResolverElement.cs
- Pair.cs
- NativeRecognizer.cs
- AsymmetricKeyExchangeDeformatter.cs
- SiteMembershipCondition.cs
- WorkflowServiceNamespace.cs
- FrameworkRichTextComposition.cs
- MarshalByRefObject.cs
- WindowsEditBoxRange.cs
- XmlDocumentType.cs
- ColorKeyFrameCollection.cs
- DataGridViewToolTip.cs
- CounterSampleCalculator.cs
- WindowsPen.cs
- SoapIncludeAttribute.cs
- HuffModule.cs
- TableAutomationPeer.cs
- EntityClientCacheKey.cs
- DataGridViewDataConnection.cs
- FileEnumerator.cs
- InstanceCreationEditor.cs
- Serializer.cs
- CachedFontFamily.cs
- HitTestFilterBehavior.cs
- WindowsIdentity.cs
- LexicalChunk.cs
- __Filters.cs
- ResourceAttributes.cs
- Matrix3D.cs
- InputLanguageProfileNotifySink.cs
- ReadOnlyCollectionBase.cs
- DataTablePropertyDescriptor.cs
- ProxyWebPartConnectionCollection.cs
- MessageProperties.cs
- CallInfo.cs
- DynamicMethod.cs
- HMACSHA512.cs
- SingleConverter.cs
- DependencyPropertyHelper.cs
- PackageFilter.cs
- ClonableStack.cs
- RequestCachePolicy.cs
- ServicePointManagerElement.cs
- Helper.cs
- EntityDataSourceView.cs
- TreeViewItemAutomationPeer.cs
- SyntaxCheck.cs
- ToolStripLabel.cs
- SqlDataSourceCommandEventArgs.cs
- ReferenceService.cs
- CodeTypeMemberCollection.cs
- WindowsListViewItem.cs
- PeerPresenceInfo.cs
- HttpResponse.cs
- ToolboxBitmapAttribute.cs