Back to Website
Show / Hide Table of Contents

Class Ink

Inheritance
System.Object
Ink
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.Model.ColorInWork
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class Ink

Constructors

Ink(String, Color)

Declaration
public Ink(string name, Color alternativeColor)
Parameters
Type Name Description
System.String name
Color alternativeColor

Ink(String, Color, Single)

Declaration
public Ink(string name, Color alternativeColor, float solidity)
Parameters
Type Name Description
System.String name
Color alternativeColor
System.Single solidity

Properties

AlternativeColor

Declaration
public Color AlternativeColor { get; }
Property Value
Type Description
Color

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Solidity

Declaration
public float Solidity { get; }
Property Value
Type Description
System.Single

Methods

Clone()

Declaration
public Ink Clone()
Returns
Type Description
Ink
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...