Namespace: PalmSens.Plot
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class ScaledImage
C#
public abstract class ScaledImage
C++
ref class ScaledImage abstract 
J#
public  class ScaledImage
JScript
public  class ScaledImage

Inheritance Hierarchy

System.Object
   PalmSens.Plot.ScaledImage
      PalmSens.Plot.AxesImage

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also