[]
        
(Showing Draft Content)

C1.WPF.Document.VisualPrimitive

VisualPrimitive Class

Abstract base class for classes representing various complex visual properties like Line, Border etc.

Inheritance
VisualPrimitive
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.dll
Syntax
public abstract class VisualPrimitive : INotifyPropertyChanged

Constructors

Name Description
VisualPrimitive()

Methods

Name Description
AssignFrom(VisualPrimitive)

Assigns (copies) properties from another VisualPrimitive to the current object.

Clone()

Creates a copy of this object.

Compare(VisualPrimitive)

Compares this VisualPrimitive object with another VisualPrimitive object returns true if objects represent same object.

Compare(VisualPrimitive, VisualPrimitive)

Compares two VisualPrimitive objects and returns true if objects represent same visual primitive.

CreateSame()

Creates an object of the same type as the current object.

OnPropertyChanged(string)

Fires PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.