|
Families.Web 1.0.0.0
사진, 동영상, 글, 댓글과 반응을 가족끼리만 공유하는 비공개 앨범·타임라인 서비스입니다.
|
정적 Public 멤버 함수 | |
| static void | EnsureGenerated (string wwwrootPath) |
정적 Private 멤버 함수 | |
| static void | DrawCenteredText (Graphics g, string text, Font font, Color color, float cx, float cy) |
| static void | DrawCircle (Graphics g, float x, float y, float diameter, Color color) |
| static void | DrawRoundedRect (Graphics g, RectangleF rect, float radius, Color fill, Color stroke, float strokeWidth) |
| static void | FillRoundedRect (Graphics g, Brush brush, RectangleF rect, float radius) |
| static GraphicsPath | RoundedRectPath (RectangleF rect, float r) |
앱 시작 시 wwwroot/img/og-platform.png 를 자동 생성한다.
OgImageGenerator.cs 파일의 16 번째 라인에서 정의되었습니다.
|
inlinestaticprivate |
Draw Centered Text 작업을 수행합니다.
| g | g에 사용할 Graphics 값입니다. |
| text | text에 사용할 string 값입니다. |
| font | font에 사용할 Font 값입니다. |
| color | color에 사용할 Color 값입니다. |
| cx | cx에 사용할 float 값입니다. |
| cy | cy에 사용할 float 값입니다. |
OgImageGenerator.cs 파일의 160 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : EnsureGenerated().

|
inlinestaticprivate |
Draw Circle 작업을 수행합니다.
| g | g에 사용할 Graphics 값입니다. |
| x | x에 사용할 float 값입니다. |
| y | y에 사용할 float 값입니다. |
| diameter | diameter에 사용할 float 값입니다. |
| color | color에 사용할 Color 값입니다. |
OgImageGenerator.cs 파일의 215 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : EnsureGenerated().

|
inlinestaticprivate |
Draw Rounded Rect 작업을 수행합니다.
| g | g에 사용할 Graphics 값입니다. |
| rect | rect에 사용할 RectangleF 값입니다. |
| radius | radius에 사용할 float 값입니다. |
| fill | fill에 사용할 Color 값입니다. |
| stroke | stroke에 사용할 Color 값입니다. |
| strokeWidth | stroke Width에 사용할 float 값입니다. |
OgImageGenerator.cs 파일의 277 번째 라인에서 정의되었습니다.
다음을 참조함 : RoundedRectPath().
다음에 의해서 참조됨 : EnsureGenerated().


|
inlinestatic |
Ensure Generated 작업을 수행합니다.
| wwwrootPath | wwwroot Path에 사용할 string 값입니다. |
OgImageGenerator.cs 파일의 34 번째 라인에서 정의되었습니다.
다음을 참조함 : DrawCenteredText(), DrawCircle(), DrawRoundedRect(), FillRoundedRect().
다음에 의해서 참조됨 : FamiliesApp.Program.Main().


|
inlinestaticprivate |
Fill Rounded Rect 작업을 수행합니다.
| g | g에 사용할 Graphics 값입니다. |
| brush | brush에 사용할 Brush 값입니다. |
| rect | rect에 사용할 RectangleF 값입니다. |
| radius | radius에 사용할 float 값입니다. |
OgImageGenerator.cs 파일의 327 번째 라인에서 정의되었습니다.
다음을 참조함 : RoundedRectPath().
다음에 의해서 참조됨 : EnsureGenerated().


|
inlinestaticprivate |
Rounded Rect Path 작업을 수행합니다.
| rect | rect에 사용할 RectangleF 값입니다. |
| r | r에 사용할 float 값입니다. |
GraphicsPath 결과입니다.OgImageGenerator.cs 파일의 365 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DrawRoundedRect(), FillRoundedRect().
