Show / Hide Table of Contents

Class PercentTransform

Inheritance
System.Object
ColorTransform
PercentTransform
AlphaModulationTransform
AlphaOffsetTransform
AlphaTransform
BlueModulationTransform
BlueOffsetTransform
BlueTransform
GreenModulationTransform
GreenOffsetTransform
GreenTransform
HueModulationTransform
HueOffsetTransform
LuminanceModulationTransform
LuminanceOffsetTransform
LuminanceTransform
RedModulationTransform
RedOffsetTransform
RedTransform
SaturationModulationTransform
SaturationOffsetTransform
SaturationTransform
ShadeTransform
TintTransform
Namespace: DRIT.Spreadsheet.Drawing.Colors
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class PercentTransform : ColorTransform

Constructors

PercentTransform()

Declaration
public PercentTransform()

PercentTransform(Decimal)

Declaration
public PercentTransform(decimal value)
Parameters
Type Name Description
System.Decimal value

Properties

Ratio

Declaration
public decimal Ratio { get; }
Property Value
Type Description
System.Decimal

Value

Declaration
public decimal Value { get; set; }
Property Value
Type Description
System.Decimal

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

EqualsType(Object)

Declaration
protected abstract bool EqualsType(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Back to top Generated by DocFX