SkiaCanvas.DrawString 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DrawString(String, Single, Single, Single, Single, HorizontalAlignment, VerticalAlignment, TextFlow, Single) | |
DrawString(String, Single, Single, HorizontalAlignment) |
DrawString(String, Single, Single, Single, Single, HorizontalAlignment, VerticalAlignment, TextFlow, Single)
public override void DrawString (string value, float x, float y, float width, float height, Microsoft.Maui.Graphics.HorizontalAlignment horizAlignment, Microsoft.Maui.Graphics.VerticalAlignment vertAlignment, Microsoft.Maui.Graphics.TextFlow textFlow = Microsoft.Maui.Graphics.TextFlow.ClipBounds, float lineSpacingAdjustment = 0);
override this.DrawString : string * single * single * single * single * Microsoft.Maui.Graphics.HorizontalAlignment * Microsoft.Maui.Graphics.VerticalAlignment * Microsoft.Maui.Graphics.TextFlow * single -> unit
Public Overrides Sub DrawString (value As String, x As Single, y As Single, width As Single, height As Single, horizAlignment As HorizontalAlignment, vertAlignment As VerticalAlignment, Optional textFlow As TextFlow = Microsoft.Maui.Graphics.TextFlow.ClipBounds, Optional lineSpacingAdjustment As Single = 0)
매개 변수
- value
- String
- x
- Single
- y
- Single
- width
- Single
- height
- Single
- horizAlignment
- HorizontalAlignment
- vertAlignment
- VerticalAlignment
- textFlow
- TextFlow
- lineSpacingAdjustment
- Single
적용 대상
DrawString(String, Single, Single, HorizontalAlignment)
public:
override void DrawString(System::String ^ value, float x, float y, Microsoft::Maui::Graphics::HorizontalAlignment horizAlignment);
public override void DrawString (string value, float x, float y, Microsoft.Maui.Graphics.HorizontalAlignment horizAlignment);
override this.DrawString : string * single * single * Microsoft.Maui.Graphics.HorizontalAlignment -> unit
Public Overrides Sub DrawString (value As String, x As Single, y As Single, horizAlignment As HorizontalAlignment)
매개 변수
- value
- String
- x
- Single
- y
- Single
- horizAlignment
- HorizontalAlignment