The following tables list the members exposed by ViewportInfo.
Public Properties
Public Methods
| Name | Description |
![Public Method](dotnetimages/publicMethod.png) | GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class. |
![Public Method](dotnetimages/publicMethod.png) | ReadXml | Generates an object from its XML representation. |
![Public Method](dotnetimages/publicMethod.png) | WriteXml | Converts an object into its XML representation. |
Top
See Also