Show / Hide Table of Contents

    Class ImageSourceExtensions

    ImageSource extension methods

    Inheritance
    Object
    ImageSourceExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public static class ImageSourceExtensions

    Methods

    SameAs(ImageSource, ImageSource)

    Determins if two ImageSources are the same

    Declaration
    public static bool SameAs(this ImageSource thisSource, ImageSource otherSource)
    Parameters
    Type Name Description
    ImageSource thisSource
    ImageSource otherSource
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2018 42nd Parallel