Class DrawItemParams
Inheritance
System.Object
DrawItemParams
Inherited Members
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: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class DrawItemParams
Constructors
DrawItemParams()
Declaration
public DrawItemParams()
Properties
BlackAndWhiteRenderingSettings
Declaration
public BlackAndWhiteRenderingSettings BlackAndWhiteRenderingSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| BlackAndWhiteRenderingSettings |
PdfRenderKeepOriginalColors
Declaration
public bool PdfRenderKeepOriginalColors { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
Clone()
Declaration
public DrawItemParams Clone()
Returns
| Type | Description |
|---|---|
| DrawItemParams |
GetDefault()
Declaration
public static DrawItemParams GetDefault()
Returns
| Type | Description |
|---|---|
| DrawItemParams |