Class XpsPath

Class XpsPath

İsim alanı : Aspose.Page.XPS.XpsModel Toplama: Aspose.Page.dll (25.4.0)

Sınıf incapsulating Path element özellikleri.Bu element, vektor grafikleri ve görüntüleri sabit bir sayfaya eklemenin tek yoludur.Bir sayfada gösterilecek tek bir vektör grafikini tanımlar.

public sealed class XpsPath : XpsContentElement, IEnumerable<xpscontentelement>, IEnumerable

Inheritance

object XpsObject XpsElement XpsHyperlinkElement XpsContentElement XpsPath

Implements

IEnumerable , IEnumerable

mirasçı üyeleri

XpsContentElement.RenderTransform , XpsContentElement.Clip , XpsContentElement.Opacity , XpsContentElement.OpacityMask , XpsHyperlinkElement.HyperlinkTarget , XpsElement.GetEnumerator() , XpsElement.this[int] , XpsElement.Count , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Data

Yolun geometresini geri / ayarlayın.

public XpsPathGeometry Data { get; set; }

Mülkiyet Değer

XpsPathGeometry

Fill

Gösterilen geometri boyamak için kullanılan fırçayı döndürür/sattırYolun veri mülkiyeti.

public XpsBrush Fill { get; set; }

Mülkiyet Değer

XpsBrush

Stroke

Saldırıyı çekmek için kullanılan fırçayı döndürür/sattır.

public XpsBrush Stroke { get; set; }

Mülkiyet Değer

XpsBrush

StrokeDashArray

Geri döner / array ayarlayın, çubukların uzunluğunu ve çıkış çarpışmasının boşluklarını belirler.

public float[] StrokeDashArray { get; set; }

Mülkiyet Değer

float […]

StrokeDashCap

Her çerçeve sonlarının nasıl çekildiğini belirleyen değerleri döndürür/sattır.

public XpsDashCap StrokeDashCap { get; set; }

Mülkiyet Değer

XpsDashCap

StrokeDashOffset

Dash array örneğini tekrarlamak için başlangıç noktası döndürür / ayarlanır.Bu değeri kaçırırsanız, çerçeve çerçevesi çarpışmanın kökeni ile uyumludur.

public float StrokeDashOffset { get; set; }

Mülkiyet Değer

float

StrokeEndLineCap

Geri döner / bir çarpışmada son çarpışmanın sonunun şeklini belirleyen değeri ayarlar.

public XpsLineCap StrokeEndLineCap { get; set; }

Mülkiyet Değer

XpsLineCap

StrokeLineJoin

Bir çarpışmada ilk çarpışmanın başlangıcının şeklini belirleyen değeri döndürür / ayarlar.

public XpsLineJoin StrokeLineJoin { get; set; }

Mülkiyet Değer

XpsLineJoin

StrokeMiterLimit

Maksimum ölçer uzunluğu ile darbe kalınlığının yarısı arasındaki oranı döndürür/sattır.Bu değer yalnızca ‘StrokeLineJoin’ özellik ‘Miter’ belirtildiğinde önemlidir.

public float StrokeMiterLimit { get; set; }

Mülkiyet Değer

float

StrokeStartLineCap

Bir çarpışmada ilk çarpışmanın başlangıcının şeklini belirleyen değeri döndürür / ayarlar.

public XpsLineCap StrokeStartLineCap { get; set; }

Mülkiyet Değer

XpsLineCap

StrokeThickness

Tekrar döndürür / bir çarpışma kalınlığını, birimlerdeetkili koordinasyon alanı (yolun render dönüşümü dahil).Saldırı, belirtilen geometri sınırının üstünde çekilir.Path element’in veri mülkiyeti. StrokeThickness’in yarısı uzanırveri mülkiyeti ve diğer yarısı tarafından belirtilen geometri dışındaGeometrinin içine girer.

public float StrokeThickness { get; set; }

Mülkiyet Değer

float

Methods

Clone()

Bu yolu klonlayın.

public XpsPath Clone()

Returns

XpsPath

Bu yolu klonlayın.

 Türkçe