Click or drag to resize
ExtensionMethods Class
Distributed Algorithm Simulator
Extension methods used for various tasks.
Inheritance Hierarchy
SystemObject
  DistributedAlgorithmSimulatorExtensionMethods

Namespace: DistributedAlgorithmSimulator
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class ExtensionMethods

The ExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeepCloneT
Makes a new copy of an object without keeping a reference.
Public methodStatic memberDrawCircle
Draws a circle using given parameters on a Graphics object.
Public methodStatic memberSetHighQuality
Sets high quiality parameters to a Graphics object.
Top
See Also