Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / ResourceTextureProperties Class / ExtendModes Property

In This Topic
    ExtendModes Property
    In This Topic

    Specifies how pixel values beyond the extent of the texture will be sampled, in every dimension.

    Syntax
    'Declaration
     
    Public Property ExtendModes As ExtendMode()
    public ExtendMode[] ExtendModes {get; set;}
    See Also