WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VectorImageUtil

    Show / Hide Table of Contents

    Class VectorImageUtil

    Class that used to export vector images into Images.

    Inheritance
    System.Object
    VectorImageUtil
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class VectorImageUtil

    Constructors

    VectorImageUtil()

    Declaration
    public VectorImageUtil()

    Methods

    ImportXaml(ImageSource, FlowDocument)

    Imports the Xaml contents.

    Declaration
    public static Visual ImportXaml(ImageSource imageSourceContent, FlowDocument document)
    Parameters
    Type Name Description
    System.Windows.Media.ImageSource imageSourceContent
    System.Windows.Documents.FlowDocument document
    Returns
    Type Description
    System.Windows.Media.Visual

    SaveImage(String, FrameworkElement)

    Saves the image.

    Declaration
    public static void SaveImage(string fileName, FrameworkElement element)
    Parameters
    Type Name Description
    System.String fileName

    Name of the file.

    System.Windows.FrameworkElement element

    The element.

    SaveXAML(String, ImageSource)

    Saves the XAML.

    Declaration
    public static void SaveXAML(string fileName, ImageSource imageContent)
    Parameters
    Type Name Description
    System.String fileName

    Name of the file.

    System.Windows.Media.ImageSource imageContent

    Content of the image.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved