The MaskGraphic type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyBase | Copy a graphic and its derived parameters. | |
| Equals | Compares the equality of this object with another. (Overrides GraphicInteractiveBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides GraphicInteractiveBase GetHashCode .) | |
| GetMaskColor | Gets the color and opacity associated with the specified mask pixel value. | |
| GetParentFromChildTransform | Gets the parent transform from the child transform. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SetMaskAlpha | Set just the Alpha component of the color associated with the specified mask value. The Blue, Green, and Red components of that color entry are unchanged. | |
| SetMaskBlueGreenRed(Byte, Color32) | Copy the Blue, Green, and Red components of the supplied color argument into the color associated with the specified mask value. The Alpha component of that entry is unchanged. | |
| SetMaskBlueGreenRed(Byte, Byte, Byte, Byte) | Set just the Blue, Green, and Red components of the color associated with the specified mask value. The Alpha component of that entry is unchanged. | |
| SetMaskColor | Sets the color and opacity associated with the specified mask pixel value. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | Returns a human readable string that represents the object. |