Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / GPPOINTF.cs / 1305376 / GPPOINTF.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Internal { using System.Diagnostics; using System; using System.Drawing; using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential)] internal class GPPOINTF { internal float X; internal float Y; internal GPPOINTF() { } internal GPPOINTF(PointF pt) { X = pt.X; Y = pt.Y; } internal GPPOINTF(Point pt) { X = (float) pt.X; Y = (float) pt.Y; } internal PointF ToPoint() { return new PointF(X, Y); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlLink.cs
- SR.cs
- LayoutManager.cs
- DefaultValueAttribute.cs
- FlowDocumentView.cs
- ResourceExpressionBuilder.cs
- IntranetCredentialPolicy.cs
- Command.cs
- Constant.cs
- HelpKeywordAttribute.cs
- KeyFrames.cs
- FontFamilyConverter.cs
- SqlCacheDependency.cs
- ProfileBuildProvider.cs
- SQLStringStorage.cs
- xsdvalidator.cs
- CollectionViewSource.cs
- ObjectDataSourceView.cs
- WeakReference.cs
- SmiEventSink_Default.cs
- cookie.cs
- SHA512.cs
- ToolboxControl.cs
- Italic.cs
- XmlSerializerNamespaces.cs
- WebContext.cs
- ConfigViewGenerator.cs
- OdbcConnectionString.cs
- FilteredDataSetHelper.cs
- CachedPathData.cs
- SendContent.cs
- UserUseLicenseDictionaryLoader.cs
- DiscoveryDocumentLinksPattern.cs
- UrlMappingsModule.cs
- BulletedList.cs
- _ListenerResponseStream.cs
- LinqDataSourceDeleteEventArgs.cs
- NCryptNative.cs
- ObjectListCommand.cs
- XPathNodeList.cs
- DataGridPagingPage.cs
- ValueUtilsSmi.cs
- AssociatedControlConverter.cs
- DataBinder.cs
- Matrix3D.cs
- HttpConfigurationSystem.cs
- XmlEncodedRawTextWriter.cs
- DiscoveryExceptionDictionary.cs
- KeyTimeConverter.cs
- IImplicitResourceProvider.cs
- PhonemeConverter.cs
- WindowsGrip.cs
- MediaContextNotificationWindow.cs
- ComAwareEventInfo.cs
- _ChunkParse.cs
- pingexception.cs
- WebException.cs
- XmlDocumentFragment.cs
- CngProperty.cs
- RectangleHotSpot.cs
- DesignerValidatorAdapter.cs
- ProcessHostMapPath.cs
- Mappings.cs
- DescriptionAttribute.cs
- BamlResourceSerializer.cs
- ConfigXmlReader.cs
- ParentControlDesigner.cs
- Attributes.cs
- TokenFactoryCredential.cs
- DataSourceCache.cs
- InstanceData.cs
- DataRelation.cs
- InvokeSchedule.cs
- SapiAttributeParser.cs
- HttpInputStream.cs
- ExeContext.cs
- mediaeventshelper.cs
- WrappingXamlSchemaContext.cs
- PolicyManager.cs
- SafeNativeMethods.cs
- PrintEvent.cs
- ConfigurationPermission.cs
- NativeMethods.cs
- CurrentChangedEventManager.cs
- JavaScriptSerializer.cs
- UIElementAutomationPeer.cs
- XomlCompilerError.cs
- MiniMapControl.xaml.cs
- DataGridDesigner.cs
- StateValidator.cs
- TTSVoice.cs
- MatrixTransform3D.cs
- TemplateParser.cs
- TypeResolver.cs
- ArgumentDirectionHelper.cs
- GroupBoxRenderer.cs
- shaperfactoryquerycachekey.cs
- Timer.cs
- DummyDataSource.cs
- DataSourceView.cs