Graph |
The GraphExportOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| CanCreateAndSaveBitmap | Determines whether a bitmap can be created and saved with the specified format combination. | |
| CanCreateBitmap | Determines whether a bitmap can be created with the specified pixel format. | |
| Clone | Creates a copy of this instance. | |
| CopyFrom(GraphExportOptions) | Copies the state from another instance. | |
| CopyFrom(Object) | Try to copy from another object. Should try to copy even if the object to copy from is not of the same type, but a base type. In this case only the base properties should be copied. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetBrushOrDefaultBrush | Gets the configured background brush or the default brush if none is configured. | |
| GetDefaultBrush | Gets the default background brush for the configured export format. | |
| GetDefaultFileNameExtension | Returns the default file name extension (including leading dot) for the current image format. | |
| GetDefaultFileNameExtension(ImageFormat) | Returns the default file name extension (including leading dot) for the current image format. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HasPixelFormatAlphaChannel | Determines whether the specified pixel format contains an alpha channel. | |
| IsVectorFormat | Determines whether the specified image format is a vector format. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TrySetImageAndPixelFormat | Tries to set the image and pixel format. |