Margin.Margin
İçindekiler
[
Saklamak
]Margin()
Yeni bir örneğini başlatır.Margin
sınıf.
public Margin()
Ayrıca bakınız
- class Margin
- ad alanı Aspose.Svg.Drawing
- toplantı Aspose.SVG
Margin(int)
Yeni bir örneğini başlatır.Margin
sınıf.
public Margin(int anyMargin)
Parametre | Tip | Tanım |
---|---|---|
anyMargin | Int32 | Herhangi bir kenar boşluğu boyutu. |
Ayrıca bakınız
- class Margin
- ad alanı Aspose.Svg.Drawing
- toplantı Aspose.SVG
Margin(Length)
Yeni bir örneğini başlatır.Margin
sınıf.
public Margin(Length anyMargin)
Parametre | Tip | Tanım |
---|---|---|
anyMargin | Length | Herhangi bir kenar boşluğu boyutu. |
Ayrıca bakınız
- class Length
- class Margin
- ad alanı Aspose.Svg.Drawing
- toplantı Aspose.SVG
Margin(int, int, int, int)
Yeni bir örneğini başlatır.Margin
sınıf.
public Margin(int left, int top, int right, int bottom)
Parametre | Tip | Tanım |
---|---|---|
left | Int32 | Sol boyut. |
top | Int32 | Üst boyut. |
right | Int32 | Dogru beden. |
bottom | Int32 | Alt boyut. |
Ayrıca bakınız
- class Margin
- ad alanı Aspose.Svg.Drawing
- toplantı Aspose.SVG
Margin(Length, Length, Length, Length)
Yeni bir örneğini başlatır.Margin
sınıf.
public Margin(Length left, Length top, Length right, Length bottom)
Parametre | Tip | Tanım |
---|---|---|
left | Length | Sol boyut. |
top | Length | Üst boyut. |
right | Length | Dogru beden. |
bottom | Length | Alt boyut. |
Ayrıca bakınız
- class Length
- class Margin
- ad alanı Aspose.Svg.Drawing
- toplantı Aspose.SVG