Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Input / Stylus / TabletDeviceInfo.cs / 1305600 / 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
- SynchronizedRandom.cs
- StandardBindingReliableSessionElement.cs
- SqlDataSourceWizardForm.cs
- QueryFunctions.cs
- URL.cs
- XsltQilFactory.cs
- ZoomPercentageConverter.cs
- ResXBuildProvider.cs
- NameValuePermission.cs
- DependencyObjectType.cs
- XmlSchemaSimpleTypeUnion.cs
- RelationshipType.cs
- VersionedStreamOwner.cs
- _AutoWebProxyScriptWrapper.cs
- IncrementalReadDecoders.cs
- SmtpReplyReader.cs
- PropertyTabAttribute.cs
- WmfPlaceableFileHeader.cs
- BrowserInteropHelper.cs
- GridViewEditEventArgs.cs
- ThreadNeutralSemaphore.cs
- PageThemeParser.cs
- DelayedRegex.cs
- DataFormats.cs
- EditorPart.cs
- NamedElement.cs
- AlphabeticalEnumConverter.cs
- Point3DAnimationUsingKeyFrames.cs
- FileInfo.cs
- MobileControlsSectionHelper.cs
- UnionCodeGroup.cs
- CodeMemberField.cs
- MouseActionConverter.cs
- Validator.cs
- CryptographicAttribute.cs
- DeviceContexts.cs
- TextDecorationCollection.cs
- AbsoluteQuery.cs
- QilSortKey.cs
- GregorianCalendar.cs
- NonParentingControl.cs
- DataBoundControlHelper.cs
- NullableLongMinMaxAggregationOperator.cs
- SoapSchemaImporter.cs
- XmlSchemaNotation.cs
- StrongNameSignatureInformation.cs
- C14NUtil.cs
- MessageQueueAccessControlEntry.cs
- ViewStateModeByIdAttribute.cs
- MailWriter.cs
- SettingsBase.cs
- DataBinder.cs
- InspectionWorker.cs
- IChannel.cs
- TimeoutException.cs
- ReadOnlyDictionary.cs
- NativeActivity.cs
- _DynamicWinsockMethods.cs
- BindStream.cs
- OdbcConnectionPoolProviderInfo.cs
- RSAPKCS1SignatureDeformatter.cs
- PropertyIDSet.cs
- DefaultAssemblyResolver.cs
- TranslateTransform3D.cs
- XmlFormatWriterGenerator.cs
- WS2007FederationHttpBinding.cs
- PauseStoryboard.cs
- BaseCodePageEncoding.cs
- RadioButtonAutomationPeer.cs
- ClientRoleProvider.cs
- __TransparentProxy.cs
- PropertyPushdownHelper.cs
- VerificationAttribute.cs
- XmlText.cs
- CustomCategoryAttribute.cs
- SByteConverter.cs
- AstTree.cs
- BindingBase.cs
- CodeArrayIndexerExpression.cs
- CalendarTable.cs
- DodSequenceMerge.cs
- XpsImageSerializationService.cs
- NamespaceExpr.cs
- OpacityConverter.cs
- AnimationLayer.cs
- LinkDesigner.cs
- ClientBuildManager.cs
- HyperLinkDataBindingHandler.cs
- Propagator.Evaluator.cs
- SendSecurityHeader.cs
- ProbeMatchesApril2005.cs
- ComponentTray.cs
- MergablePropertyAttribute.cs
- TextPenaltyModule.cs
- WindowsAuthenticationEventArgs.cs
- ContainerTracking.cs
- BufferModeSettings.cs
- InputLanguageCollection.cs
- StringComparer.cs
- CodeDirectionExpression.cs