Search Results for

    Show / Hide Table of Contents

    Interface IWatermarkDefinition

    A watermark definition containing content, appearance and position information

    Inherited Members
    IResource.ValidatingSchema
    IResource.ResourceID
    IResource.ResourceType
    IResource.Serialize()
    IResource.IsStronglyTyped
    IVersionedEntity.ResourceVersion
    System.ICloneable.Clone()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.WatermarkDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IWatermarkDefinition : IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Appearance

    Gets or sets the appearance of the watermark

    Declaration
    IWatermarkAppearance Appearance { get; set; }
    Property Value
    Type Description
    IWatermarkAppearance
    | Improve this Doc View Source

    Content

    Gets or sets a symbol definition defining the content of the watermark

    Declaration
    ISymbolDefinitionBase Content { get; set; }
    Property Value
    Type Description
    ISymbolDefinitionBase
    | Improve this Doc View Source

    Position

    Gets or sets the position of the watermark

    Declaration
    IPosition Position { get; set; }
    Property Value
    Type Description
    IPosition
    | Improve this Doc View Source

    SupportedLayerDefinitionVersion

    Gets the version of the Layer Definition that can take this watermark

    Declaration
    Version SupportedLayerDefinitionVersion { get; }
    Property Value
    Type Description
    System.Version
    | Improve this Doc View Source

    SupportedMapDefinitionVersion

    Gets the version of the Map Definition that can take this watermark

    Declaration
    Version SupportedMapDefinitionVersion { get; }
    Property Value
    Type Description
    System.Version

    Methods

    | Improve this Doc View Source

    CreateTilePosition()

    Creates the tile position.

    Declaration
    ITilePosition CreateTilePosition()
    Returns
    Type Description
    ITilePosition
    | Improve this Doc View Source

    CreateXYPosition()

    Creates the XY position.

    Declaration
    IXYPosition CreateXYPosition()
    Returns
    Type Description
    IXYPosition

    Extension Methods

    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, IResource)
    ExtensionMethods.CopyResourceDataTo(IResource, IServerConnection, String)
    ResourceExtensions.SerializeToStream(IResource)
    ResourceExtensions.GetResourceTypeDescriptor(IResource)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng