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
- SkewTransform.cs
- TokenBasedSetEnumerator.cs
- MenuCommandsChangedEventArgs.cs
- DbModificationCommandTree.cs
- complextypematerializer.cs
- DataPagerFieldItem.cs
- CompiledQuery.cs
- DataGridComboBoxColumn.cs
- NavigationFailedEventArgs.cs
- DataGridViewRowEventArgs.cs
- LineSegment.cs
- ReferenceTypeElement.cs
- DecimalStorage.cs
- ShapingEngine.cs
- DataMemberFieldEditor.cs
- OdbcEnvironmentHandle.cs
- FileLogRecordEnumerator.cs
- Baml6Assembly.cs
- HostedElements.cs
- ThrowHelper.cs
- CacheMemory.cs
- LogicalExpressionEditor.cs
- UrlPath.cs
- XmlNamespaceMapping.cs
- TableParagraph.cs
- Misc.cs
- BidirectionalDictionary.cs
- GenericEnumConverter.cs
- InlineUIContainer.cs
- GridItemCollection.cs
- SystemPens.cs
- DateTimeValueSerializerContext.cs
- FileLoadException.cs
- EasingKeyFrames.cs
- Token.cs
- brushes.cs
- PropertyConverter.cs
- MarkedHighlightComponent.cs
- TouchDevice.cs
- TextTreeTextElementNode.cs
- ComEventsHelper.cs
- ObjectDataSourceEventArgs.cs
- ServiceReference.cs
- CompositeDataBoundControl.cs
- CompositeFontFamily.cs
- CompressionTransform.cs
- HttpModuleAction.cs
- ZipIOLocalFileBlock.cs
- TrustManagerPromptUI.cs
- NativeObjectSecurity.cs
- baseaxisquery.cs
- ToolStripDropDownClosingEventArgs.cs
- ChannelFactoryRefCache.cs
- CodeArgumentReferenceExpression.cs
- CacheChildrenQuery.cs
- Bits.cs
- GridViewEditEventArgs.cs
- DeviceSpecificChoiceCollection.cs
- TdsParserHelperClasses.cs
- CharEnumerator.cs
- ComponentResourceKeyConverter.cs
- WindowsContainer.cs
- OpCellTreeNode.cs
- DataTableTypeConverter.cs
- LayoutEvent.cs
- streamingZipPartStream.cs
- SimplePropertyEntry.cs
- OleAutBinder.cs
- PolyLineSegment.cs
- Formatter.cs
- DrawingState.cs
- ListViewUpdateEventArgs.cs
- HostnameComparisonMode.cs
- SafeCoTaskMem.cs
- TableRow.cs
- AnnotationAuthorChangedEventArgs.cs
- MediaPlayerState.cs
- AndAlso.cs
- ReadOnlyDataSource.cs
- WindowsListViewItem.cs
- GridItemProviderWrapper.cs
- MetadataItemCollectionFactory.cs
- QueryResponse.cs
- ObjectStateManagerMetadata.cs
- StylusPointProperty.cs
- DataGridViewComboBoxEditingControl.cs
- ErrorStyle.cs
- CqlIdentifiers.cs
- PasswordDeriveBytes.cs
- ChtmlPageAdapter.cs
- PrintDialogDesigner.cs
- ProtocolsConfigurationEntry.cs
- ReferenceConverter.cs
- AccessDataSourceDesigner.cs
- GetLedgerRequest.cs
- EngineSiteSapi.cs
- EdmSchemaAttribute.cs
- XmlSchemaSequence.cs
- SizeConverter.cs
- ILGenerator.cs