Abstract class for a custom frame object.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public MustInherit Class CustomFrame _
	Inherits Frame

C#

public abstract class CustomFrame : Frame

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.