'Declaration Public Overridable Function IsInverseTransform( _
ByVal transformA ColorTransform to check.As ColorTransform _
) As Boolean
public virtual bool IsInverseTransform(
ColorTransform transform
)
public: virtual bool IsInverseTransform(
ColorTransform* transform
)
public:
virtual bool IsInverseTransform(
ColorTransform^ transform
)
Parameters
- transform
- A ColorTransform to check.
Return Value
True if specified color transform is inverse to the current color transform; otherwise, false.