WinForms

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

    Show / Hide Table of Contents

    Class GraphProxy

    Graph Proxy.

    Inheritance
    System.Object
    System.Runtime.Remoting.Proxies.RealProxy
    GraphProxy
    Inherited Members
    System.Runtime.Remoting.Proxies.RealProxy.InitializeServerObject(System.Runtime.Remoting.Activation.IConstructionCallMessage)
    System.Runtime.Remoting.Proxies.RealProxy.GetUnwrappedServer()
    System.Runtime.Remoting.Proxies.RealProxy.DetachServer()
    System.Runtime.Remoting.Proxies.RealProxy.AttachServer(System.MarshalByRefObject)
    System.Runtime.Remoting.Proxies.RealProxy.SetStubData(System.Runtime.Remoting.Proxies.RealProxy, System.Object)
    System.Runtime.Remoting.Proxies.RealProxy.GetStubData(System.Runtime.Remoting.Proxies.RealProxy)
    System.Runtime.Remoting.Proxies.RealProxy.GetProxiedType()
    System.Runtime.Remoting.Proxies.RealProxy.CreateObjRef(System.Type)
    System.Runtime.Remoting.Proxies.RealProxy.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Runtime.Remoting.Proxies.RealProxy.GetCOMIUnknown(System.Boolean)
    System.Runtime.Remoting.Proxies.RealProxy.SetCOMIUnknown(System.IntPtr)
    System.Runtime.Remoting.Proxies.RealProxy.SupportsInterface(System.Guid)
    System.Runtime.Remoting.Proxies.RealProxy.GetTransparentProxy()
    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.SVG.IO
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class GraphProxy : RealProxy

    Constructors

    GraphProxy(Graphics)

    Initializes a new instance of the GraphProxy class.

    Declaration
    protected GraphProxy(Graphics g)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    The g.

    Methods

    Create(Image, out GraphProxy)

    Creates the specified image.

    Declaration
    public static Graphics Create(Image img, out GraphProxy proxy)
    Parameters
    Type Name Description
    System.Drawing.Image img

    The image.

    GraphProxy proxy

    The proxy.

    Returns
    Type Description
    System.Drawing.Graphics

    The graphics

    Create(IntPtr, out GraphProxy)

    Creates the specified handle.

    Declaration
    public static Graphics Create(IntPtr handle, out GraphProxy proxy)
    Parameters
    Type Name Description
    System.IntPtr handle

    The handle.

    GraphProxy proxy

    The proxy.

    Returns
    Type Description
    System.Drawing.Graphics

    The graphics.

    Invoke(IMessage)

    When overridden in a derived class, invokes the method that is specified in the provided System.Runtime.Remoting.Messaging.IMessage on the remote object that is represented by the current instance.

    Declaration
    public override IMessage Invoke(IMessage msg)
    Parameters
    Type Name Description
    System.Runtime.Remoting.Messaging.IMessage msg

    A System.Runtime.Remoting.Messaging.IMessage that contains a System.Collections.IDictionary of information about the method call.

    Returns
    Type Description
    System.Runtime.Remoting.Messaging.IMessage

    The message returned by the invoked method, containing the return value and any out or ref parameters.

    Overrides
    System.Runtime.Remoting.Proxies.RealProxy.Invoke(System.Runtime.Remoting.Messaging.IMessage)

    Events

    GraphInvoke

    Occurs when graph invokes.

    Declaration
    public event GraphProxyEventHandler GraphInvoke
    Event Type
    Type Description
    GraphProxyEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved