Transparency Structure |
The Transparency type exposes the following members.
| Name | Description | |
|---|---|---|
| Transparency(Byte) |
Builds an instance of the object using alpha
value.
|
|
| Transparency(TransparencyMethod) |
Builds an instance of the object using
transparency method.
|
| Name | Description | |
|---|---|---|
| Alpha |
Gets the alpha value for this object.
|
|
| IsByAlpha |
Gets if the transparency method is
ByAlpha
|
|
| IsByBlock |
Gets if the transparency method is
ByBlock
|
|
| IsByLayer |
Gets if the transparency method is
ByLayer
|
|
| IsClear |
Gets if the transparency method for this
Transparency object is ByALpha and alpha == 0.
|
|
| IsSolid |
Gets if the transparency method for this
Transparency object is ByALpha and alpha == 255.
|
| Name | Description | |
|---|---|---|
| Equals |
Returns the truthness of the objects
identity.
(Overrides ValueTypeEquals(Object).) |
|
| GetHashCode |
Returns hash code for this object.
(Overrides ValueTypeGetHashCode.) |
|
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
| ToString |
Returns a string representation of this
Object.
(Overrides ValueTypeToString.) |
|
| ToString(IFormatProvider) |
Returns a string representation of this Object
depending on UI culture defined by provider
|
| Name | Description | |
|---|---|---|
| Equality |
Equal-To Operator
|
|
| Inequality |
Not-Equal-To Operator
|
| © Bricsys NV. All rights reserved. |